You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2021/03/25 23:15:01 UTC

[accumulo-examples] branch main updated: Bump guava from 28.2-jre to 29.0-jre (#70)

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


The following commit(s) were added to refs/heads/main by this push:
     new 586f61b  Bump guava from 28.2-jre to 29.0-jre (#70)
586f61b is described below

commit 586f61baef9f488b464ce27dd87e57673b575a1d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Mar 25 19:14:54 2021 -0400

    Bump guava from 28.2-jre to 29.0-jre (#70)
    
    Bumps [guava](https://github.com/google/guava) from 28.2-jre to 29.0-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    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 2a43708..f47110c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>28.2-jre</version>
+        <version>29.0-jre</version>
       </dependency>
     </dependencies>
   </dependencyManagement>