From 6b3c1989f145b7f24587cbfb0aa1de661b31c491 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 09:44:43 +0000 Subject: [PATCH] Update dependency org.apache.logging.log4j:log4j-core to v2.25.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2e96163..e042eeb 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ allprojects { implementation 'org.slf4j:slf4j-api:2.0.17' testRuntimeOnly 'org.slf4j:slf4j-log4j12:2.0.17' testRuntimeOnly 'org.apache.logging.log4j:log4j-api:2.25.1' - testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.25.1' + testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.25.2' testImplementation project(':helpers:documentation-generator-test-utilities') testImplementation platform('org.spockframework:spock-bom:2.3-groovy-4.0')