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 10:30:13 UTC

[fluo-examples] branch main updated: Bump accumulo-core from 1.7.3 to 1.10.1 in /webindex (#22)

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-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new e20e839  Bump accumulo-core from 1.7.3 to 1.10.1 in /webindex (#22)
e20e839 is described below

commit e20e839c005aa9f23ab97ff3661822c825bf548e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat May 21 06:30:08 2022 -0400

    Bump accumulo-core from 1.7.3 to 1.10.1 in /webindex (#22)
    
    Bumps [accumulo-core](https://github.com/apache/accumulo) from 1.7.3 to 1.10.1.
    - [Release notes](https://github.com/apache/accumulo/releases)
    - [Commits](https://github.com/apache/accumulo/compare/rel/1.7.3...rel/1.10.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>
---
 webindex/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webindex/pom.xml b/webindex/pom.xml
index 610319c..09b4f62 100644
--- a/webindex/pom.xml
+++ b/webindex/pom.xml
@@ -35,7 +35,7 @@
     <module>modules/integration</module>
   </modules>
   <properties>
-    <accumulo.version>1.7.3</accumulo.version>
+    <accumulo.version>1.10.1</accumulo.version>
     <fluo-recipes.version>1.1.0-incubating</fluo-recipes.version>
     <fluo.version>1.2.0</fluo.version>
     <hadoop.version>2.6.3</hadoop.version>