This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo.git
The following commit(s) were added to refs/heads/main by this push:
new 691b9575 Bump accumulo-core in /modules/distribution/src/main/lib/ahz
(#1116)
691b9575 is described below
commit 691b9575e9354f2e534f72443bf9573352c3e750
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 21 04:51:37 2022 -0400
Bump accumulo-core in /modules/distribution/src/main/lib/ahz (#1116)
Bumps [accumulo-core](https://github.com/apache/accumulo) from 2.0.0 to
2.0.1.
- [Release notes](https://github.com/apache/accumulo/releases)
-
[Commits](https://github.com/apache/accumulo/compare/rel/2.0.0...rel/2.0.1)
---
updated-dependencies:
- dependency-name: org.apache.accumulo:accumulo-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
modules/distribution/src/main/lib/ahz/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/distribution/src/main/lib/ahz/pom.xml
b/modules/distribution/src/main/lib/ahz/pom.xml
index 8af0aa31..a246acaf 100644
--- a/modules/distribution/src/main/lib/ahz/pom.xml
+++ b/modules/distribution/src/main/lib/ahz/pom.xml
@@ -20,7 +20,7 @@
<version>a</version>
<properties>
- <accumulo.version>2.0.0</accumulo.version>
+ <accumulo.version>2.0.1</accumulo.version>
<hadoop.version>3.1.1</hadoop.version>
<zookeeper.version>3.4.14</zookeeper.version>
</properties>