Skip to content

Commit 1b8487c

Browse files
committed
upgrade log4j and slf4j
1 parent 03f3a16 commit 1b8487c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -367,22 +367,22 @@
367367
<dependency>
368368
<groupId>org.slf4j</groupId>
369369
<artifactId>slf4j-api</artifactId>
370-
<version>2.0.9</version>
370+
<version>2.0.16</version>
371371
</dependency>
372372
<dependency>
373373
<groupId>org.apache.logging.log4j</groupId>
374374
<artifactId>log4j-api</artifactId>
375-
<version>2.20.0</version>
375+
<version>2.24.1</version>
376376
</dependency>
377377
<dependency>
378378
<groupId>org.apache.logging.log4j</groupId>
379379
<artifactId>log4j-core</artifactId>
380-
<version>2.20.0</version>
380+
<version>2.24.1</version>
381381
</dependency>
382382
<dependency>
383383
<groupId>org.apache.logging.log4j</groupId>
384384
<artifactId>log4j-slf4j2-impl</artifactId>
385-
<version>2.20.0</version>
385+
<version>2.24.1</version>
386386
</dependency>
387387
<dependency>
388388
<groupId>com.google.inject</groupId>

0 commit comments

Comments
 (0)