You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ct...@apache.org on 2022/05/21 08:51:10 UTC

[fluo] branch main updated: Bump accumulo-core from 2.0.0 to 2.0.1 (#1117)

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 084ebfa2 Bump accumulo-core from 2.0.0 to 2.0.1 (#1117)
084ebfa2 is described below

commit 084ebfa24e0613f0bffcb1632631468411c8d9d7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat May 21 04:51:07 2022 -0400

    Bump accumulo-core from 2.0.0 to 2.0.1 (#1117)
    
    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] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fab8f211..b679392d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
     <url>https://github.com/apache/fluo/actions</url>
   </ciManagement>
   <properties>
-    <accumulo.version>2.0.0</accumulo.version>
+    <accumulo.version>2.0.1</accumulo.version>
     <curator.version>4.0.1</curator.version>
     <dropwizard.version>0.8.1</dropwizard.version>
     <extraReleaseArguments>-P thrift</extraReleaseArguments>