Skip to content
Prev Previous commit
Next Next commit
Upgrade slf4j to fix build error due to dependency convergence
  • Loading branch information
BURJA Lucian committed Dec 2, 2020
commit ac240d30dd10b24f5298b4bd9b7040b75a5e7cbd
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>1.7.30</version>
</dependency>

<!-- Optional for supporting spring proxies -->
Expand Down