You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/02/08 10:40:41 UTC

[myfaces-tobago] branch master updated: chore(deps): bump guava from 29.0-jre to 30.1-jre

This is an automated email from the ASF dual-hosted git repository.

bommel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 3cdd810  chore(deps): bump guava from 29.0-jre to 30.1-jre
3cdd810 is described below

commit 3cdd81025fb7f6bed799b6d603f4a2f38f3791bf
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 8 09:18:20 2021 +0000

    chore(deps): bump guava from 29.0-jre to 30.1-jre
    
    Bumps [guava](https://github.com/google/guava) from 29.0-jre to 30.1-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/tobago-example-demo/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-demo/pom.xml b/tobago-example/tobago-example-demo/pom.xml
index 9b09fd4..66bb13a 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -192,7 +192,7 @@
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>29.0-jre</version>
+        <version>30.1-jre</version>
       </dependency>
     </dependencies>
   </dependencyManagement>