This is an automated email from the ASF dual-hosted git repository. timbrown pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
commit f652b644b9b4a1a17bf45a2b0d2932ad88e2fcc9 Author: Timothy Brown <[email protected]> AuthorDate: Sat Oct 5 17:57:28 2024 -0500 update hadoop version as well --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a2876533..99b4fe1a 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ <junit.version>5.9.0</junit.version> <lombok.version>1.18.30</lombok.version> <lombok-maven-plugin.version>1.18.20.0</lombok-maven-plugin.version> - <hadoop.version>3.3.6</hadoop.version> + <hadoop.version>3.4.0</hadoop.version> <hudi.version>0.14.0</hudi.version> <maven-source-plugin.version>3.3.1</maven-source-plugin.version> <maven-javadoc-plugin.version>3.8.0</maven-javadoc-plugin.version>
