Skip to content

Commit

Permalink
Merge pull request #683 from aws-observability/dependabot/gradle/org.…
Browse files Browse the repository at this point in the history
…apache.logging.log4j-log4j-core-2.22.1

Bump org.apache.logging.log4j:log4j-core from 2.20.0 to 2.22.1
  • Loading branch information
rapphil authored Jan 8, 2024
2 parents add2545 + 78f0f6f commit 8924b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion instrumentation/log4j-2.13.2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ dependencies {
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api")
compileOnly("net.bytebuddy:byte-buddy")

compileOnly("org.apache.logging.log4j:log4j-core:2.20.0")
compileOnly("org.apache.logging.log4j:log4j-core:2.22.1")
}
2 changes: 1 addition & 1 deletion testing/validator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {

// log
implementation(group = "org.apache.logging.log4j", name = "log4j-api", version = "2.20.0")
implementation(group = "org.apache.logging.log4j", name = "log4j-core", version = "2.20.0")
implementation(group = "org.apache.logging.log4j", name = "log4j-core", version = "2.22.1")

// mustache template
implementation(group = "com.github.spullara.mustache.java", name = "compiler", version = "0.9.10")
Expand Down

0 comments on commit 8924b9c

Please sign in to comment.