Skip to content

Commit 8831812

Browse files
committed
Updated log4j
1 parent 12744e0 commit 8831812

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

SecurityFeatureMiningStudy/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
</properties>
2323

2424
<dependencies>
25-
<!-- https://mvnrepository.com/artifact/log4j/log4j -->
26-
<dependency>
27-
<groupId>log4j</groupId>
28-
<artifactId>log4j</artifactId>
29-
<version>1.2.17</version>
30-
</dependency>
25+
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
26+
<dependency>
27+
<groupId>org.apache.logging.log4j</groupId>
28+
<artifactId>log4j-core</artifactId>
29+
<version>2.24.3</version>
30+
</dependency>
3131

3232
<dependency>
3333
<groupId>org.postgresql</groupId>
@@ -56,4 +56,4 @@
5656
</dependency>
5757
</dependencies>
5858

59-
</project>
59+
</project>

0 commit comments

Comments
 (0)