Skip to content

Commit 0e1fee5

Browse files
authored
main: Update log4j2 monorepo to v2.25.1 (#2073)
1 parent bfc854f commit 0e1fee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/spark/v3.5/integration/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ dependencies {
6262
}
6363
// enforce the usage of log4j 2.24.3. This is for the log4j-api compatibility
6464
// 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")
65+
testRuntimeOnly("org.apache.logging.log4j:log4j-core:2.25.1")
66+
testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.1")
6767

6868
testImplementation("io.delta:delta-spark_${scalaVersion}:3.3.1")
6969

0 commit comments

Comments
 (0)