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

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


The following commit(s) were added to refs/heads/master by this push:
     new f6a825f  Bump guava from 25.1-jre to 32.0.0-jre in 
/src/it/includeClasspath
f6a825f is described below

commit f6a825f38d3edd12849319221ab5136b4147d799
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 14 22:20:46 2023 +0000

    Bump guava from 25.1-jre to 32.0.0-jre in /src/it/includeClasspath
    
    Bumps [guava](https://github.com/google/guava) from 25.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] <[email protected]>
---
 src/it/includeClasspath/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/includeClasspath/pom.xml b/src/it/includeClasspath/pom.xml
index 05e945e..fbed96f 100644
--- a/src/it/includeClasspath/pom.xml
+++ b/src/it/includeClasspath/pom.xml
@@ -54,7 +54,7 @@ under the License.
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>25.1-jre</version>
+      <version>32.0.0-jre</version>
     </dependency>
   </dependencies>
 </project>
\ No newline at end of file

Reply via email to