From 11737cc1828562bdefc1db026da553ec97a530c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:43:43 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-plugins Bumps org.apache.logging.log4j:log4j-plugins from 3.0.0-beta2 to 3.0.0-beta3. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-plugins 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'