This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-hadoop in repository https://gitbox.apache.org/repos/asf/iceberg.git
commit 165b9ede7acfd308820f50bd0d427f72b18d69e3 Author: Fokko Driesprong <[email protected]> AuthorDate: Wed Oct 30 13:11:56 2024 +0100 Dependencies: Bump Hadoop to 3.4.1 --- 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 13ce4da547..066c354976 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -47,7 +47,7 @@ flink120 = { strictly = "1.20.0"} google-libraries-bom = "26.49.0" guava = "33.3.1-jre" hadoop2 = "2.7.3" -hadoop3 = "3.3.6" +hadoop3 = "3.4.1" httpcomponents-httpclient5 = "5.4" hive2 = { strictly = "2.3.9"} # see rich version usage explanation above hive3 = "3.1.3"
