diff --git a/plugins/spark/v3.5/integration/build.gradle.kts b/plugins/spark/v3.5/integration/build.gradle.kts index f7c9892086..78ce09e1c9 100644 --- a/plugins/spark/v3.5/integration/build.gradle.kts +++ b/plugins/spark/v3.5/integration/build.gradle.kts @@ -64,7 +64,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.2") + testRuntimeOnly("org.apache.logging.log4j:log4j-core:2.25.3") testImplementation("io.delta:delta-spark_${scalaVersion}:3.3.1")