Skip to content

Commit

Permalink
update log4j again
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 10, 2021
1 parent bf3159a commit 8e8f899
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,16 @@
<version>1.7.32</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.14.1</version>
<version>2.15.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.14.1</version>
<version>2.15.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
5 changes: 2 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
[org.clojure/test.check "1.1.1"]
[org.slf4j/slf4j-api "1.7.32"]
[org.slf4j/slf4j-log4j12 "1.7.32"]
[log4j "1.2.17"]
[org.apache.logging.log4j/log4j-api "2.14.1"]
[org.apache.logging.log4j/log4j-core "2.14.1"]
[org.apache.logging.log4j/log4j-api "2.15.0"]
[org.apache.logging.log4j/log4j-core "2.15.0"]
[commons-logging "1.2"]
[criterium "0.4.6"]]}})

0 comments on commit 8e8f899

Please sign in to comment.