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/07/02 06:33:49 UTC

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

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 95d0c83b6925d1c458bc86d16a2bed7856bc7c6e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jul 2 07:36:29 2021 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 6914342..400f441 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -93,7 +93,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.9.1</caffeine-version>
+        <caffeine-version>2.9.2</caffeine-version>
         <californium-version>2.6.3</californium-version>
         <cassandra-driver-version>4.11.1</cassandra-driver-version>
         <cassandra-version>3.11.8</cassandra-version>