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 2019/08/06 06:54:06 UTC

[camel] branch master updated: Upgrade Caffeine to version 2.8.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


The following commit(s) were added to refs/heads/master by this push:
     new 8c11478  Upgrade Caffeine to version 2.8.0
8c11478 is described below

commit 8c11478e13923dce1e60697fd9a942e8b2cd8d01
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 6 08:53:46 2019 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 7f15d6e..9eefcb1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -103,7 +103,7 @@
         <build-helper-maven-plugin-version>1.12</build-helper-maven-plugin-version>
         <c3p0-version>0.9.5.4</c3p0-version>
         <c3p0-bundle-version>0.9.5.4_1</c3p0-bundle-version>
-        <caffeine-version>2.7.0</caffeine-version>
+        <caffeine-version>2.8.0</caffeine-version>
         <californium-version>2.0.0-M15</californium-version>
         <cassandra-driver-version>3.7.2</cassandra-driver-version>
         <cassandra-driver-guava-version>19.0</cassandra-driver-guava-version>