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 2021/02/17 07:01:51 UTC

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

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

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

commit 63f014e36fe2a24f133710acf127d95d83ff60a3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 17 07:50:17 2021 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 57ab9f0..d538324 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -97,7 +97,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>2.8.8</caffeine-version>
+        <caffeine-version>2.9.0</caffeine-version>
         <californium-version>2.6.0</californium-version>
         <cassandra-driver-version>4.10.0</cassandra-driver-version>
         <cassandra-driver-guava-version>25.1-jre</cassandra-driver-guava-version>