Skip to content

Commit c37f265

Browse files
authored
Bump log4j2 version for cve-2021-44228 (#604)
1 parent c11e191 commit c37f265

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
;; caching example deps
3333
[org.clojure/core.cache "1.0.207"]
3434
;; logging
35-
[org.apache.logging.log4j/log4j-api "2.14.1"]
36-
[org.apache.logging.log4j/log4j-core "2.14.1"]
37-
[org.apache.logging.log4j/log4j-1.2-api "2.14.1"]]
35+
[org.apache.logging.log4j/log4j-api "2.17.1"]
36+
[org.apache.logging.log4j/log4j-core "2.17.1"]
37+
[org.apache.logging.log4j/log4j-1.2-api "2.17.1"]]
3838
:plugins [[lein-ancient "0.7.0"]
3939
[jonase/eastwood "0.2.5"]
4040
[lein-kibit "0.1.5"]

0 commit comments

Comments
 (0)