Upgrade Slf4j to 1.7.30 (#10712)
Motivation: SLF4J 1.7.30 is the latest version in 1.7.x and we should upgrade to it from 1.7.21. Modification: Changed 1.7.21 to 1.7.30 Result: Newer version of SLF4J
This commit is contained in:
parent
f5185ed73b
commit
321f0f0e66
2
pom.xml
2
pom.xml
@ -598,7 +598,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-api</artifactId>
|
<artifactId>slf4j-api</artifactId>
|
||||||
<version>1.7.21</version>
|
<version>1.7.30</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user