This is an automated email from the ASF dual-hosted git repository.
singhpk234 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 c8541db1c9 Bump Spark version to 4.0.1 (#14019)
c8541db1c9 is described below
commit c8541db1c905e05891596ffe157c12392e38c93c
Author: drexler-sky <[email protected]>
AuthorDate: Sun Sep 7 16:12:20 2025 -0700
Bump Spark version to 4.0.1 (#14019)
---
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 2b5667d8ba..c18d33476f 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -84,7 +84,7 @@ slf4j = "2.0.17"
snowflake-jdbc = "3.26.1"
spark34 = "3.4.4"
spark35 = "3.5.6"
-spark40 = "4.0.0"
+spark40 = "4.0.1"
sqlite-jdbc = "3.50.3.0"
testcontainers = "1.21.3"
tez08 = { strictly = "0.8.4"} # see rich version usage explanation above