Skip to content

Commit

Permalink
patch log4j 2.12.3
Browse files Browse the repository at this point in the history
bumpVersion for point release
  • Loading branch information
tbradellis committed Dec 22, 2021
1 parent 25d295e commit 0511c4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The agent version.
agentVersion=6.5.2
agentVersion=6.5.3
newrelicDebug=false
org.gradle.jvmargs=-Xmx2048m
file.encoding=utf-8
2 changes: 1 addition & 1 deletion newrelic-agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dependencies {
// for command line parsing
shadowIntoJar 'commons-cli:commons-cli:1.2'

shadowIntoJar 'org.apache.logging.log4j:log4j-core:2.12.2'
shadowIntoJar 'org.apache.logging.log4j:log4j-core:2.12.3'
shadowIntoJar 'org.slf4j:slf4j-api:1.7.25'

shadowIntoJar 'com.googlecode.json-simple:json-simple:1.1'
Expand Down

0 comments on commit 0511c4a

Please sign in to comment.