Skip to content

Commit 6f643d4

Browse files
committed
update log4j TEST dependencies
1 parent 0ede932 commit 6f643d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
<dependency>
4040
<groupId>org.apache.logging.log4j</groupId>
4141
<artifactId>log4j-api</artifactId>
42-
<version>2.16.0</version>
42+
<version>2.17.0</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.apache.logging.log4j</groupId>
4747
<artifactId>log4j-core</artifactId>
48-
<version>2.16.0</version>
48+
<version>2.17.0</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +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-
[org.apache.logging.log4j/log4j-api "2.16.0"]
16-
[org.apache.logging.log4j/log4j-core "2.16.0"]
15+
[org.apache.logging.log4j/log4j-api "2.17.0"]
16+
[org.apache.logging.log4j/log4j-core "2.17.0"]
1717
[commons-logging "1.2"]
1818
[criterium "0.4.6"]]}})

0 commit comments

Comments
 (0)