Skip to content

Commit

Permalink
Update build.gradle.kts (aws#312)
Browse files Browse the repository at this point in the history
Upgrade Log4J to the latest
  • Loading branch information
lupengamzn authored Dec 16, 2021
1 parent f4bc1e7 commit 76c5a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws-xray-recorder-sdk-log4j/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ plugins {
dependencies {
api(project(":aws-xray-recorder-sdk-core"))

compileOnly("org.apache.logging.log4j:log4j-api:2.13.3")
compileOnly("org.apache.logging.log4j:log4j-api:2.15.0")

testImplementation("org.apache.logging.log4j:log4j-api:2.13.3")
testImplementation("org.apache.logging.log4j:log4j-api:2.15.0")
}

tasks.jar {
Expand Down

0 comments on commit 76c5a20

Please sign in to comment.