Skip to content

Commit

Permalink
Bump log4jVersion from 2.23.1 to 2.24.1 (#5113)
Browse files Browse the repository at this point in the history
Bumps `log4jVersion` from 2.23.1 to 2.24.1.

Updates `org.apache.logging.log4j:log4j-api` from 2.23.1 to 2.24.1

Updates `org.apache.logging.log4j:log4j-core` from 2.23.1 to 2.24.1

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.23.1 to 2.24.1

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent d8b8629 commit 63d1518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ subprojects {
}

def grpcVersion = '1.68.0'
def log4jVersion = '2.23.1'
def log4jVersion = '2.24.1'
def jacksonVersion = '2.18.0'
def dropwizardMetricsVersion = '4.2.26'
def opentelemetryVersion = '1.36.0'
Expand Down

0 comments on commit 63d1518

Please sign in to comment.