Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-core from 2.20.0 to 2.22.1
Browse files Browse the repository at this point in the history
Bumps org.apache.logging.log4j:log4j-core from 2.20.0 to 2.22.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2024
1 parent 0295b4a commit 78f0f6f
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 78f0f6f

Please sign in to comment.