Update log4j to 2.15.0 [CVE-2021-44228]
Update log4j to patch for vulnerability found where arbitrary code execution can occur. See: https://nvd.nist.gov/vuln/detail/CVE-2021-44228
This commit is contained in:
parent
a2a09516d2
commit
5678db5c56
1 changed files with 1 additions and 1 deletions
2
deps.edn
2
deps.edn
|
|
@ -42,7 +42,7 @@
|
||||||
com.microsoft.sqlserver/mssql-jdbc {:mvn/version "8.2.1.jre8"}
|
com.microsoft.sqlserver/mssql-jdbc {:mvn/version "8.2.1.jre8"}
|
||||||
;; supplementary test stuff
|
;; supplementary test stuff
|
||||||
;; use log4j 2.x:
|
;; use log4j 2.x:
|
||||||
org.apache.logging.log4j/log4j-api {:mvn/version "2.14.1"}
|
org.apache.logging.log4j/log4j-api {:mvn/version "2.15.0"}
|
||||||
;; bridge into log4j:
|
;; bridge into log4j:
|
||||||
org.apache.logging.log4j/log4j-1.2-api {:mvn/version "2.14.1"}
|
org.apache.logging.log4j/log4j-1.2-api {:mvn/version "2.14.1"}
|
||||||
org.apache.logging.log4j/log4j-jcl {:mvn/version "2.14.1"}
|
org.apache.logging.log4j/log4j-jcl {:mvn/version "2.14.1"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue