This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-bump-hadoop in repository https://gitbox.apache.org/repos/asf/parquet-java.git
commit b131583ffc5672fba3838219e00ae4381dd0fe95 Author: Fokko Driesprong <[email protected]> AuthorDate: Thu Nov 7 14:20:23 2024 +0100 Bump Hadoop to 3.4.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2b735ab79..9ad28bfb6 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ <javax.annotation.version>1.3.2</javax.annotation.version> <spotless.version>2.30.0</spotless.version> <shade.prefix>shaded.parquet</shade.prefix> - <hadoop.version>3.3.6</hadoop.version> + <hadoop.version>3.4.1</hadoop.version> <parquet.format.version>2.10.0</parquet.format.version> <previous.version>1.13.1</previous.version> <thrift.executable>thrift</thrift.executable>
