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-recipes.git
The following commit(s) were added to refs/heads/main by this push: new e809a0c Bump accumulo-core from 2.0.0 to 2.0.1 (#159) e809a0c is described below commit e809a0cfbbfee40e344f3250f0b5f20ddb0cd658 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sat May 21 05:55:51 2022 -0400 Bump accumulo-core from 2.0.0 to 2.0.1 (#159) 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] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fa9d589..42ad5ee 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ <url>https://github.com/apache/fluo-recipes/issues</url> </issueManagement> <properties> - <accumulo.version>2.0.0</accumulo.version> + <accumulo.version>2.0.1</accumulo.version> <curator.version>4.0.1</curator.version> <!-- Prevent findbugs from runnning because it does not work with Java 11 and is configured to run by parent pom. Spotbugs is configured in place of findbugs. --> <findbugs.skip>true</findbugs.skip>