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 2023/06/12 07:18:10 UTC

[myfaces-tobago] branch main updated: build(deps): bump guava from 32.0.0-jre to 32.0.1-jre

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

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


The following commit(s) were added to refs/heads/main by this push:
     new ac97846951 build(deps): bump guava from 32.0.0-jre to 32.0.1-jre
ac97846951 is described below

commit ac97846951a1c707f5d9acad079e44ceebfd56e9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 9 16:57:32 2023 +0000

    build(deps): bump guava from 32.0.0-jre to 32.0.1-jre
    
    Bumps [guava](https://github.com/google/guava) from 32.0.0-jre to 32.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-patch
    ...
    
    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 d1f6f29802..7bac43e2a3 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -160,7 +160,7 @@
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>32.0.0-jre</version>
+        <version>32.0.1-jre</version>
       </dependency>
     </dependencies>
   </dependencyManagement>