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 2018/08/30 10:06:49 UTC

[camel] branch master updated: Upgrade Ehcache to version 3.6.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 556d5bd  Upgrade Ehcache to version 3.6.0
556d5bd is described below

commit 556d5bdb4627e39ef7fa8ac0d9ff1402f2f24379
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 30 12:06:23 2018 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 35e503c..7eede47 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -192,7 +192,7 @@
     <egit-github-core-version>2.1.5</egit-github-core-version>
     <egit-github-core-bundle-version>2.1.5_1</egit-github-core-bundle-version>
     <ehcache-version>2.10.5</ehcache-version>
-    <ehcache3-version>3.5.2</ehcache3-version>
+    <ehcache3-version>3.6.0</ehcache3-version>
     <ekstazi-maven-plugin-version>5.3.0</ekstazi-maven-plugin-version>
     <elasticsearch-bundle-version>2.4.4_1</elasticsearch-bundle-version>
     <elasticsearch-guava-version>18.0</elasticsearch-guava-version>