Bump log4jVersion from 2.24.3 to 2.25.3 (#975)

Bumps `log4jVersion` from 2.24.3 to 2.25.3.

Updates `org.apache.logging.log4j:log4j-bom` from 2.24.3 to 2.25.3
- [Release notes](https://github.com/apache/logging-log4j2/releases)
- [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc)
- [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.24.3...rel/2.25.3)

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.24.3 to 2.25.3

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-bom
  dependency-version: 2.25.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-version: 2.25.3
  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>
This commit is contained in:
dependabot[bot] 2025-12-29 13:27:00 +01:00 committed by GitHub
parent 3a56bbd73b
commit c1fac56998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,7 +113,7 @@ subprojects {
commonsIoVersion = '2.21.0' commonsIoVersion = '2.21.0'
commonsMathVersion = '3.6.1' commonsMathVersion = '3.6.1'
junitVersion = '5.13.4' junitVersion = '5.13.4'
log4jVersion = '2.24.3' log4jVersion = '2.25.3'
mockitoVersion = '5.21.0' mockitoVersion = '5.21.0'
hamcrestVersion = '3.0' hamcrestVersion = '3.0'
xmlbeansVersion = '5.3.0' xmlbeansVersion = '5.3.0'