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/07/13 18:37:51 UTC

[fluo-examples] branch main updated: Bump hadoop-client from 2.6.3 to 2.7.0 in /webindex (#31)

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 700944c  Bump hadoop-client from 2.6.3 to 2.7.0 in /webindex (#31)
700944c is described below

commit 700944ce90975b7156e7f85f12d43c4f69789ba8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jul 13 14:37:48 2022 -0400

    Bump hadoop-client from 2.6.3 to 2.7.0 in /webindex (#31)
    
    Bumps hadoop-client from 2.6.3 to 2.7.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.hadoop:hadoop-client
      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 bdd72b6..3765d83 100644
--- a/webindex/pom.xml
+++ b/webindex/pom.xml
@@ -38,7 +38,7 @@
     <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>
+    <hadoop.version>2.7.0</hadoop.version>
     <spark.version>1.6.2</spark.version>
   </properties>
   <dependencyManagement>