You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/02 13:03:46 UTC

[commons-collections] branch master updated: Bump guava-testlib from 31.1-jre to 32.0.0-jre (#394)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new ca9e41cd5 Bump guava-testlib from 31.1-jre to 32.0.0-jre (#394)
ca9e41cd5 is described below

commit ca9e41cd54cb73f33df2d345ee853e3518431e1f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 2 09:03:40 2023 -0400

    Bump guava-testlib from 31.1-jre to 32.0.0-jre (#394)
    
    Bumps [guava-testlib](https://github.com/google/guava) from 31.1-jre to 32.0.0-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.guava:guava-testlib
      dependency-type: direct:development
    ...
    
    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 4f1179c7c..28f702840 100644
--- a/pom.xml
+++ b/pom.xml
@@ -512,7 +512,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava-testlib</artifactId>
-      <version>31.1-jre</version>
+      <version>32.0.0-jre</version>
       <scope>test</scope>
     </dependency>
   </dependencies>