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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git


The following commit(s) were added to refs/heads/master by this push:
     new 3300c1a  Bump guava
3300c1a is described below

commit 3300c1acd3b600974a2a3a4f883138ad6b2d16c2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 24 19:44:44 2023 +0000

    Bump guava
    
    Bumps [guava](https://github.com/google/guava) from 30.1.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
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 .../src/it/projects/dependency-convergence-cycle/pom.xml                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/maven-enforcer-plugin/src/it/projects/dependency-convergence-cycle/pom.xml 
b/maven-enforcer-plugin/src/it/projects/dependency-convergence-cycle/pom.xml
index 217c1f5..bea9db8 100644
--- a/maven-enforcer-plugin/src/it/projects/dependency-convergence-cycle/pom.xml
+++ b/maven-enforcer-plugin/src/it/projects/dependency-convergence-cycle/pom.xml
@@ -36,7 +36,7 @@
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>30.1.1-jre</version>
+        <version>32.0.0-jre</version>
       </dependency>
       <dependency>
         <groupId>org.seleniumhq.selenium</groupId>

Reply via email to