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 2020/09/01 06:55:27 UTC

[camel] 01/02: Upgrade Ehcache to version 3.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 81b8bf301250f9a773030bb3ff6cb178f02d707b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 1 08:49:35 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 5e23415..2cfd38e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -161,7 +161,7 @@
         <debezium-version>1.2.1.Final</debezium-version>
         <debezium-mysql-connector-version>8.0.16</debezium-mysql-connector-version>
         <egit-github-core-version>2.1.5</egit-github-core-version>
-        <ehcache3-version>3.8.1</ehcache3-version>
+        <ehcache3-version>3.9.0</ehcache3-version>
         <elasticsearch-rest-sniffer-version>7.8.0</elasticsearch-rest-sniffer-version>
         <elasticsearch-rest-cluster-runner-version>7.8.0.0</elasticsearch-rest-cluster-runner-version>
         <elasticsearch-rest-version>7.8.0</elasticsearch-rest-version>