Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-core from 2.24.1 to 2.24.3 in /ja…
Browse files Browse the repository at this point in the history
…va (#447)

Bumps org.apache.logging.log4j:log4j-core from 2.24.1 to 2.24.3.

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

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 Jan 27, 2025
1 parent 8c7671b commit 9b9d1da
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 @@ -85,7 +85,7 @@ dependencies {

runtimeOnly group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '4.0.5'
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.24.1'
runtimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.24.3'

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.4'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.15.2'
Expand Down

0 comments on commit 9b9d1da

Please sign in to comment.