We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bc1e7 commit 76c5a20Copy full SHA for 76c5a20
aws-xray-recorder-sdk-log4j/build.gradle.kts
@@ -6,9 +6,9 @@ plugins {
6
dependencies {
7
api(project(":aws-xray-recorder-sdk-core"))
8
9
- compileOnly("org.apache.logging.log4j:log4j-api:2.13.3")
+ compileOnly("org.apache.logging.log4j:log4j-api:2.15.0")
10
11
- testImplementation("org.apache.logging.log4j:log4j-api:2.13.3")
+ testImplementation("org.apache.logging.log4j:log4j-api:2.15.0")
12
}
13
14
tasks.jar {
0 commit comments