Skip to content

Commit 8e8f899

Browse files
committed
update log4j again
1 parent bf3159a commit 8e8f899

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,16 @@
3636
<version>1.7.32</version>
3737
<scope>test</scope>
3838
</dependency>
39-
<dependency>
40-
<groupId>log4j</groupId>
41-
<artifactId>log4j</artifactId>
42-
<version>1.2.17</version>
43-
<scope>test</scope>
44-
</dependency>
4539
<dependency>
4640
<groupId>org.apache.logging.log4j</groupId>
4741
<artifactId>log4j-api</artifactId>
48-
<version>2.14.1</version>
42+
<version>2.15.0</version>
4943
<scope>test</scope>
5044
</dependency>
5145
<dependency>
5246
<groupId>org.apache.logging.log4j</groupId>
5347
<artifactId>log4j-core</artifactId>
54-
<version>2.14.1</version>
48+
<version>2.15.0</version>
5549
<scope>test</scope>
5650
</dependency>
5751
<dependency>

project.clj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
[org.clojure/test.check "1.1.1"]
1313
[org.slf4j/slf4j-api "1.7.32"]
1414
[org.slf4j/slf4j-log4j12 "1.7.32"]
15-
[log4j "1.2.17"]
16-
[org.apache.logging.log4j/log4j-api "2.14.1"]
17-
[org.apache.logging.log4j/log4j-core "2.14.1"]
15+
[org.apache.logging.log4j/log4j-api "2.15.0"]
16+
[org.apache.logging.log4j/log4j-core "2.15.0"]
1817
[commons-logging "1.2"]
1918
[criterium "0.4.6"]]}})

0 commit comments

Comments
 (0)