From 4bd5226f7a651b10d734264272b3e793bfc26f15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 05:33:35 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-core from 2.25.2 to 2.25.3 Bumps org.apache.logging.log4j:log4j-core from 2.25.2 to 2.25.3. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core 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' }