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")