Skip to content

Commit 76c5a20

Browse files
authored
Update build.gradle.kts (#312)
Upgrade Log4J to the latest
1 parent f4bc1e7 commit 76c5a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws-xray-recorder-sdk-log4j/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ plugins {
66
dependencies {
77
api(project(":aws-xray-recorder-sdk-core"))
88

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

11-
testImplementation("org.apache.logging.log4j:log4j-api:2.13.3")
11+
testImplementation("org.apache.logging.log4j:log4j-api:2.15.0")
1212
}
1313

1414
tasks.jar {

0 commit comments

Comments
 (0)