Updating logging and jetty libs.

This commit is contained in:
Jeroen Baten 2024-11-23 11:20:17 +01:00
parent 482fff8536
commit a061de007e

View file

@ -419,7 +419,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.21</version>
<version>2.0.16</version>
</dependency>
<!-- BeanShell (required by ZK)-->
@ -844,7 +844,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.3.8.v20160314</version>
<version>9.4.56.v20240826</version>
<configuration>
<systemProperties>
<systemProperty>
@ -886,7 +886,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.21</version>
<version>2.0.16</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>