From e0b364b23762b04aa69712ce66dfa8a10c178e36 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 15 Jul 2025 12:49:41 +0000 Subject: [PATCH] main: Update log4j2 monorepo to v2.25.1 --- plugins/spark/v3.5/integration/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/spark/v3.5/integration/build.gradle.kts b/plugins/spark/v3.5/integration/build.gradle.kts index a27361b418..0d836f954c 100644 --- a/plugins/spark/v3.5/integration/build.gradle.kts +++ b/plugins/spark/v3.5/integration/build.gradle.kts @@ -62,8 +62,8 @@ dependencies { } // enforce the usage of log4j 2.24.3. This is for the log4j-api compatibility // of spark-sql dependency - testRuntimeOnly("org.apache.logging.log4j:log4j-core:2.24.3") - testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3") + testRuntimeOnly("org.apache.logging.log4j:log4j-core:2.25.1") + testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.1") testImplementation("io.delta:delta-spark_${scalaVersion}:3.3.1")