Upgrade SLF4J
This commit is contained in:
parent
a580e41c79
commit
33f0b6a3e5
2
pom.xml
2
pom.xml
@ -20,7 +20,7 @@
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
|
||||
<!-- Dependency versions -->
|
||||
<slf4j.version>1.7.36</slf4j.version>
|
||||
<slf4j.version>2.0.0</slf4j.version>
|
||||
<log4j2.version>2.18.0</log4j2.version>
|
||||
<wicket.version>9.11.0</wicket.version>
|
||||
<hibernate.version>5.6.10.Final</hibernate.version>
|
||||
|
@ -85,7 +85,7 @@
|
||||
<!-- Logging -->
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-slf4j-impl</artifactId>
|
||||
<artifactId>log4j-slf4j18-impl</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
Loading…
x
Reference in New Issue
Block a user