From 2061490fbb58dc36c6b0206a5b2149cba0ee6cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:43:52 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-bom from 3.0.0-beta2 to 3.0.0-beta3 Bumps [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) from 3.0.0-beta2 to 3.0.0-beta3. - [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/3.0.0-beta2...rel/3.0.0-beta3) --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-bom dependency-version: 3.0.0-beta3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 56c3dd5..4bd22d1 100644 --- a/build.gradle +++ b/build.gradle @@ -22,11 +22,11 @@ dependencies { // testImplementation('org.junit.jupiter:junit-jupiter') // testRuntimeOnly('org.junit.platform:junit-platform-launcher') - implementation(platform('org.apache.logging.log4j:log4j-bom:3.0.0-beta2')) - implementation 'org.apache.logging.log4j:log4j-api:3.0.0-beta2' - implementation 'org.apache.logging.log4j:log4j-core:3.0.0-beta2' - implementation 'org.apache.logging.log4j:log4j-plugins:3.0.0-beta2' - implementation 'org.apache.logging.log4j:log4j-config-properties:3.0.0-beta2' + implementation(platform('org.apache.logging.log4j:log4j-bom:3.0.0-beta3')) + implementation 'org.apache.logging.log4j:log4j-api:3.0.0-beta3' + implementation 'org.apache.logging.log4j:log4j-core:3.0.0-beta3' + implementation 'org.apache.logging.log4j:log4j-plugins:3.0.0-beta3' + implementation 'org.apache.logging.log4j:log4j-config-properties:3.0.0-beta3' implementation 'org.apache.commons:commons-lang3:3.20.0' implementation 'org.json:json:20251224'