This is an automated email from the ASF dual-hosted git repository.
etudenhoefner 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 9310bd4828 Spark: Bump minor version for Spark-3.4 (#10243)
9310bd4828 is described below
commit 9310bd4828736e26caecd1f6e51274fd840440a9
Author: Ajantha Bhat <[email protected]>
AuthorDate: Mon Apr 29 12:15:27 2024 +0530
Spark: Bump minor version for Spark-3.4 (#10243)
release notes: https://spark.apache.org/releases/spark-release-3-4-3.html
---
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 a7b2626fd4..17d093e0b9 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -78,7 +78,7 @@ scala-collection-compat = "2.11.0"
slf4j = "1.7.36"
snowflake-jdbc = "3.15.1"
spark-hive33 = "3.3.4"
-spark-hive34 = "3.4.2"
+spark-hive34 = "3.4.3"
spark-hive35 = "3.5.1"
spring-boot = "2.7.18"
spring-web = "5.3.34"