You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2021/10/06 06:46:30 UTC

[myfaces-tobago] branch tobago-4.x updated: build(deps): bump guava from 30.1.1-jre to 31.0.1-jre

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

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


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new e5e6485  build(deps): bump guava from 30.1.1-jre to 31.0.1-jre
e5e6485 is described below

commit e5e6485bd873e497120d5690b2b7878e9e6c3533
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 5 16:24:41 2021 +0000

    build(deps): bump guava from 30.1.1-jre to 31.0.1-jre
    
    Bumps [guava](https://github.com/google/guava) from 30.1.1-jre to 31.0.1-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.guava:guava
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 e22d951..0088327 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -154,7 +154,7 @@
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>30.1.1-jre</version>
+        <version>31.0.1-jre</version>
       </dependency>
     </dependencies>
   </dependencyManagement>