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/02/25 10:44:32 UTC

[camel] branch master updated: Upgrade Caffeine to version 2.7.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 059a644  Upgrade Caffeine to version 2.7.0
059a644 is described below

commit 059a644204d724b792b4fe3b40fbbe1d8888f9a6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 25 11:44:09 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 0578da9..36ba5b5 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.3</c3p0-version>
     <c3p0-bundle-version>0.9.5.3_1</c3p0-bundle-version>
-    <caffeine-version>2.6.2</caffeine-version>
+    <caffeine-version>2.7.0</caffeine-version>
     <californium-version>1.0.6</californium-version>
     <cassandra-driver-version>3.6.0</cassandra-driver-version>
     <cassandra-driver-guava-version>19.0</cassandra-driver-guava-version>