Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-slf4j2-impl in /java (#403)
Browse files Browse the repository at this point in the history
Bumps org.apache.logging.log4j:log4j-slf4j2-impl from 2.23.1 to 2.24.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent f5995e9 commit b0eae1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {
implementation group: 'io.grpc', name: 'grpc-services', version: '1.65.1'

runtimeOnly group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '4.0.5'
runtimeOnly group: 'org.apache.logging.log4j', name: 'log4j-slf4j2-impl', version: '2.23.1'
runtimeOnly group: 'org.apache.logging.log4j', name: 'log4j-slf4j2-impl', version: '2.24.1'
runtimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.23.1'

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.0'
Expand Down

0 comments on commit b0eae1f

Please sign in to comment.