JAVA-7661: Upgrade logback to 1.2.6 (#11325)

* JAVA-7661: Upgrade logback version to 1.2.6 in the main pom.xml

* JAVA-7661: Use logback.version property from the main pom.xml

* JAVA-7661: Fix maven-exec-plugin setup
This commit is contained in:
kwoyke
2021-10-24 22:07:41 +02:00
committed by GitHub
parent 4c600af55d
commit b94cfdc270
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1393,7 +1393,7 @@
<!-- logging -->
<org.slf4j.version>1.7.30</org.slf4j.version>
<logback.version>1.2.3</logback.version>
<logback.version>1.2.6</logback.version>
<!-- plugins -->
<!-- can't upgrade the plugin yet; as there is an issue with 2.22 no longer running all the tests-->