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 2021/04/01 21:56:55 UTC

[fluo] branch main updated: Bump guava from 27.0-jre to 29.0-jre (#1114)

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 405e28d  Bump guava from 27.0-jre to 29.0-jre (#1114)
405e28d is described below

commit 405e28d8c1623878dfdbb2b3172bc855b9d79094
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Apr 1 17:56:45 2021 -0400

    Bump guava from 27.0-jre to 29.0-jre (#1114)
    
    Bumps [guava](https://github.com/google/guava) from 27.0-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 cea90a9..3cc440c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>27.0-jre</version>
+        <version>29.0-jre</version>
       </dependency>
       <dependency>
         <groupId>commons-io</groupId>