JAVA-23096 revert slf4j and logback upgrades

This commit is contained in:
kasramp
2023-08-30 15:54:25 +02:00
parent 89b7fa640d
commit ef2de84e4e
23 changed files with 9 additions and 44 deletions
+2 -2
View File
@@ -1265,8 +1265,8 @@
<!-- 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>2.0.7</org.slf4j.version>
<logback.version>1.4.11</logback.version>
<org.slf4j.version>1.7.32</org.slf4j.version>
<logback.version>1.2.7</logback.version>
<!-- plugins -->
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>