Skip to content

Commit

Permalink
Bump to log4j 2.17.1, which fixes CVE-2021-44832. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Grubb authored Jan 14, 2022
1 parent 86ca36e commit 66cc8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
def asyncProfilerVersion = "2.0"
dependencies {
implementation files("$buildDir/async-profiler/async-profiler.jar")
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.1'

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.7.2'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.7.2'
Expand Down

0 comments on commit 66cc8f7

Please sign in to comment.