From 91f677a2b2647191d4e296e0a13a55ad73971114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 21:36:39 +0000 Subject: [PATCH] build(deps): bump org.apache.logging.log4j:log4j-slf4j2-impl Bumps org.apache.logging.log4j:log4j-slf4j2-impl from 2.21.1 to 2.25.1. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-version: 2.25.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- zuul-integration-test/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul-integration-test/build.gradle b/zuul-integration-test/build.gradle index 6e01e7182e..5590adfe57 100644 --- a/zuul-integration-test/build.gradle +++ b/zuul-integration-test/build.gradle @@ -22,7 +22,7 @@ dependencies { testImplementation 'org.apache.commons:commons-lang3:3.7' testImplementation "com.aayushatharva.brotli4j:brotli4j:$versions_brotli4j" testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.23.1' - testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j2-impl:2.21.1' + testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j2-impl:2.25.1' testRuntimeOnly "com.aayushatharva.brotli4j:native-osx-aarch64:$versions_brotli4j" testRuntimeOnly "com.aayushatharva.brotli4j:native-osx-x86_64:$versions_brotli4j" testRuntimeOnly "com.aayushatharva.brotli4j:native-linux-x86_64:$versions_brotli4j"