This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new e958e85a6 fix(deps): update dependency
org.apache.logging.log4j:log4j-core to v2.25.3 (#3283)
e958e85a6 is described below
commit e958e85a65e3c66ab7a36e9cac00c5c9607367e3
Author: Mend Renovate <[email protected]>
AuthorDate: Tue Dec 16 16:31:15 2025 +0000
fix(deps): update dependency org.apache.logging.log4j:log4j-core to v2.25.3
(#3283)
---
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 f7c989208..78ce09e1c 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")