Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-slf4j2-impl in /java
Browse files Browse the repository at this point in the history
Bumps org.apache.logging.log4j:log4j-slf4j2-impl from 2.22.0 to 2.22.1.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent bf795ed commit c8c45cd
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.60.1'

runtimeOnly group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '4.0.4'
runtimeOnly group: 'org.apache.logging.log4j', name: 'log4j-slf4j2-impl', version: '2.22.0'
runtimeOnly group: 'org.apache.logging.log4j', name: 'log4j-slf4j2-impl', version: '2.22.1'
runtimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.22.1'

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

0 comments on commit c8c45cd

Please sign in to comment.