This is an automated email from the ASF dual-hosted git repository.
dlmarion pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push:
new be582a609e Updated Hadoop version from 3.3.4 to 3.3.5 (#3258)
be582a609e is described below
commit be582a609e450a43daaf39f24ec4e0d2e4ea1755
Author: Dave Marion <[email protected]>
AuthorDate: Mon Mar 27 08:07:15 2023 -0400
Updated Hadoop version from 3.3.4 to 3.3.5 (#3258)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0fdef29dfe..89b97749b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
<failsafe.forkCount>1</failsafe.forkCount>
<failsafe.groups />
<failsafe.reuseForks>false</failsafe.reuseForks>
- <hadoop.version>3.3.4</hadoop.version>
+ <hadoop.version>3.3.5</hadoop.version>
<it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
<!-- prevent introduction of new compiler warnings -->
<maven.compiler.failOnWarning>true</maven.compiler.failOnWarning>