You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/05/30 07:34:46 UTC

[camel] 01/02: Upgrade Caffeine to version 3.1.1

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

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

commit 43b42406d3c76d69dcd7d8dbc03583f87f3295b1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon May 30 09:32:51 2022 +0200

    Upgrade Caffeine to version 3.1.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 792352e29ba..1e53d6f6a0f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -100,7 +100,7 @@
         <brave-zipkin-version>5.13.3</brave-zipkin-version>
         <build-helper-maven-plugin-version>3.2.0</build-helper-maven-plugin-version>
         <c3p0-version>0.9.5.5</c3p0-version>
-        <caffeine-version>3.1.0</caffeine-version>
+        <caffeine-version>3.1.1</caffeine-version>
         <californium-version>2.6.6</californium-version>
         <cassandra-driver-version>4.14.1</cassandra-driver-version>
         <cassandra-version>4.0.3</cassandra-version>