We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12744e0 commit 8831812Copy full SHA for 8831812
1 file changed
SecurityFeatureMiningStudy/pom.xml
@@ -22,12 +22,12 @@
22
</properties>
23
24
<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>
+ <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-core</artifactId>
+ <version>2.24.3</version>
+ </dependency>
31
32
<dependency>
33
<groupId>org.postgresql</groupId>
@@ -56,4 +56,4 @@
56
</dependency>
57
</dependencies>
58
59
-</project>
+</project>
0 commit comments