Skip to content

Commit

Permalink
Bump log4j to 2.17.1 for CVE-2021-44228 & CVE-2021-45046 & CVE-2021-4…
Browse files Browse the repository at this point in the history
…5105 & CVE-2021-44832 (#356)

* Bump log4j to 2.15.0 for CVE-2021-44228
* Bump log4j to 2.16.0 for CVE-2021-45046
* Bump log4j to 2.17.0 for CVE-2021-45105
* Bump log4j to 2.17.0 for CVE-2021-44832
  • Loading branch information
zigarn authored Jan 24, 2022
1 parent 940dbab commit 77f9655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ allprojects {

dependencies {
compile 'net.sourceforge.argparse4j:argparse4j:0.5.0'
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.13.0'
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.1'
compile 'org.apache.avro:avro:1.4.1'
compile 'org.json:json:20140107'
compile 'org.jolokia:jolokia-jvm:1.6.2'
Expand Down

0 comments on commit 77f9655

Please sign in to comment.