Skip to content

Commit 4b70642

Browse files
committed
Upgrade log4j
1 parent 91f64dc commit 4b70642

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,14 @@
272272
<version>3.15.6.Final</version>
273273
</dependency>
274274
<dependency>
275-
<groupId>log4j</groupId>
276-
<artifactId>log4j</artifactId>
277-
<version>1.2.17</version>
275+
<groupId>org.apache.logging.log4j</groupId>
276+
<artifactId>log4j-api</artifactId>
277+
<version>2.25.2</version>
278+
</dependency>
279+
<dependency>
280+
<groupId>org.apache.logging.log4j</groupId>
281+
<artifactId>log4j-core</artifactId>
282+
<version>2.25.2</version>
278283
</dependency>
279284
</dependencies>
280285

0 commit comments

Comments
 (0)