From 1193259fa45887364d4fced79292af07a54f0998 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 22:27:41 +0000 Subject: [PATCH] Update dependency org.apache.logging.log4j:log4j-core to v2.26.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8c852d9..509b9be 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ allprojects { implementation 'org.slf4j:slf4j-api:2.0.18' testRuntimeOnly 'org.slf4j:slf4j-log4j12:2.0.18' testRuntimeOnly 'org.apache.logging.log4j:log4j-api:2.26.1' - testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.26.0' + testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.26.1' testImplementation project(':helpers:documentation-generator-test-utilities') testImplementation platform('org.spockframework:spock-bom:2.4-groovy-5.0')