This is an automated email from the ASF dual-hosted git repository.
huaxingao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 4206122465 Spark 4.1: Upgrade to Spark 4.1.1 (#14946)
4206122465 is described below
commit 4206122465e7576e978e2fa56efd739c24301701
Author: Manu Zhang <[email protected]>
AuthorDate: Mon Jan 12 15:40:36 2026 +0800
Spark 4.1: Upgrade to Spark 4.1.1 (#14946)
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 80c2c79b21..8fb929e367 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -87,7 +87,7 @@ snowflake-jdbc = "3.28.0"
spark34 = "3.4.4"
spark35 = "3.5.7"
spark40 = "4.0.1"
-spark41 = "4.1.0"
+spark41 = "4.1.1"
sqlite-jdbc = "3.51.1.0"
testcontainers = "2.0.3"
tez08 = { strictly = "0.8.4"} # see rich version usage explanation above