You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/06/15 07:07:25 UTC

[camel] branch main updated: Bump guava from 31.1-jre to 32.0.0-jre in /components/camel-rest-openapi (#10391)

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new e0a2bec620f Bump guava from 31.1-jre to 32.0.0-jre in /components/camel-rest-openapi (#10391)
e0a2bec620f is described below

commit e0a2bec620f2576987df9d305f2421d8a6d2d84c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jun 15 09:07:20 2023 +0200

    Bump guava from 31.1-jre to 32.0.0-jre in /components/camel-rest-openapi (#10391)
    
    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:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 components/camel-rest-openapi/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-rest-openapi/pom.xml b/components/camel-rest-openapi/pom.xml
index 6940a95e80c..0f88e93336d 100644
--- a/components/camel-rest-openapi/pom.xml
+++ b/components/camel-rest-openapi/pom.xml
@@ -108,7 +108,7 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>31.1-jre</version>
+            <version>32.0.0-jre</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>