[JAVA-23096] Upgraded slf4j library version to latest available
This commit is contained in:
parent
4a0a7fb937
commit
64870ca3bc
@ -20,6 +20,16 @@
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>${log4j.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>${org.slf4j.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>jcl-over-slf4j</artifactId>
|
||||
<version>${org.slf4j.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
2
pom.xml
2
pom.xml
@ -1265,7 +1265,7 @@
|
||||
|
||||
<!-- logging -->
|
||||
<!-- overwriting in the slf4j and logback in the hibernate-jpa, spring-data-eclipselink. When updated to the latest version remove the version from that module-->
|
||||
<org.slf4j.version>1.7.32</org.slf4j.version>
|
||||
<org.slf4j.version>2.07</org.slf4j.version>
|
||||
<logback.version>1.4.11</logback.version>
|
||||
|
||||
<!-- plugins -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user