We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc854f commit 0e1fee5Copy full SHA for 0e1fee5
plugins/spark/v3.5/integration/build.gradle.kts
@@ -62,8 +62,8 @@ dependencies {
62
}
63
// enforce the usage of log4j 2.24.3. This is for the log4j-api compatibility
64
// of spark-sql dependency
65
- testRuntimeOnly("org.apache.logging.log4j:log4j-core:2.24.3")
66
- 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")
67
68
testImplementation("io.delta:delta-spark_${scalaVersion}:3.3.1")
69
0 commit comments