You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ke...@apache.org on 2023/06/20 05:43:33 UTC

[curator] branch master updated: CURATOR-680: Bump guava from 31.1-jre to 32.0.0-jre (#468)

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

kezhuw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git


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

commit dcca72d89d5da09204145b54ebf426f0c8654698
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jun 20 13:43:27 2023 +0800

    CURATOR-680: Bump guava from 31.1-jre to 32.0.0-jre (#468)
    
    Bumps [guava](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
      dependency-type: direct:production
    ...
    
    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 f04946fe..f0e74739 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
         <scannotation-version>1.0.2</scannotation-version>
         <!-- resteasy-jaxrs dependency cannot be higher than 2.x for compatibility with Jersey 1.x -->
         <resteasy-jaxrs-version>2.3.5.Final</resteasy-jaxrs-version>
-        <guava-version>31.1-jre</guava-version>
+        <guava-version>32.0.0-jre</guava-version>
         <guava-listenablefuture-version>1.0</guava-listenablefuture-version>
         <guava-failureaccess-version>1.0.1</guava-failureaccess-version>
         <junit-version>5.6.2</junit-version>