From 7a5604bd76ccbb5549d794297551dd75255d4947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 05:33:37 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.25.2 to 2.25.3 Bumps org.apache.logging.log4j:log4j-slf4j2-impl from 2.25.2 to 2.25.3. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-version: 2.25.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 6b123ff3..e990fba9 100644 --- a/build.gradle +++ b/build.gradle @@ -36,9 +36,9 @@ dependencies { testImplementation 'org.hamcrest:hamcrest:3.0' testImplementation 'org.mockito:mockito-inline:5.2.0' testImplementation 'org.mockito:mockito-junit-jupiter:5.2.0' - testImplementation 'org.apache.logging.log4j:log4j-api:2.25.2' - testImplementation 'org.apache.logging.log4j:log4j-core:2.25.2' - testImplementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.25.2' + testImplementation 'org.apache.logging.log4j:log4j-api:2.25.3' + testImplementation 'org.apache.logging.log4j:log4j-core:2.25.3' + testImplementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.25.3' testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' }