This is an automated email from the ASF dual-hosted git repository.
dlmarion pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/main by this push:
new 9e079dbbeb Bump Hadoop version from 3.3.6 to 3.4.0 (#4812)
9e079dbbeb is described below
commit 9e079dbbeb2df7b0a10b00ba1910beb6f026d4a6
Author: Dave Marion <[email protected]>
AuthorDate: Fri Aug 23 08:19:29 2024 -0400
Bump Hadoop version from 3.3.6 to 3.4.0 (#4812)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index db56a7164f..148a1b3d34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
<version.bouncycastle>1.78.1</version.bouncycastle>
<version.curator>5.5.0</version.curator>
<version.errorprone>2.24.1</version.errorprone>
- <version.hadoop>3.3.6</version.hadoop>
+ <version.hadoop>3.4.0</version.hadoop>
<version.opentelemetry>1.34.1</version.opentelemetry>
<version.powermock>2.0.9</version.powermock>
<version.slf4j>2.0.12</version.slf4j>