From 8602fe51cc846c92ef71542311ac75744aff3c48 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 22 Sep 2025 08:44:30 +0000 Subject: [PATCH] fix(deps): update dependency org.apache.logging.log4j:log4j-core to v2.25.2 --- plugins/spark/v3.5/integration/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/spark/v3.5/integration/build.gradle.kts b/plugins/spark/v3.5/integration/build.gradle.kts index f80952ce21..858df9dcb1 100644 --- a/plugins/spark/v3.5/integration/build.gradle.kts +++ b/plugins/spark/v3.5/integration/build.gradle.kts @@ -65,7 +65,7 @@ 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.25.1") + testRuntimeOnly("org.apache.logging.log4j:log4j-core:2.25.2") testImplementation("io.delta:delta-spark_${scalaVersion}:3.3.1")