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/04/29 11:07:02 UTC

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

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 2f021e23802734ae56008e0c34e547eb20fded92
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Apr 29 13:02:52 2022 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 5f7c182e2c9..36d969ad4f4 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.0.6</caffeine-version>
+        <caffeine-version>3.1.0</caffeine-version>
         <californium-version>2.6.6</californium-version>
         <cassandra-driver-version>4.14.0</cassandra-driver-version>
         <cassandra-version>3.11.12</cassandra-version>