log4j-api and log4j-to-slf4j upgrade to 2.15 on dependency management
This commit is contained in:
parent
3038f23a93
commit
8392075168
11
pom.xml
11
pom.xml
@ -47,6 +47,7 @@
|
||||
<jedis.version>3.3.0</jedis.version>
|
||||
<jjwt.version>0.7.0</jjwt.version>
|
||||
<slf4j.version>1.7.32</slf4j.version>
|
||||
<log4j.version>2.15.0</log4j.version>
|
||||
<logback.version>1.2.6</logback.version>
|
||||
<rat.version>0.10</rat.version>
|
||||
<cassandra.version>4.10.0</cassandra.version>
|
||||
@ -1492,6 +1493,16 @@
|
||||
<artifactId>jul-to-slf4j</artifactId>
|
||||
<version>${slf4j.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-api</artifactId>
|
||||
<version>${log4j.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-to-slf4j</artifactId>
|
||||
<version>${log4j.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-core</artifactId>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user