You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/08/26 08:18:57 UTC

[cxf-fediz] 01/02: Update to ehcache 3.8.1

This is an automated email from the ASF dual-hosted git repository.

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit 217ca819749dc2aca944b815d3b8b96959aef3fb
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Wed Aug 26 11:17:19 2020 +0300

    Update to ehcache 3.8.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e891011..fb6e300 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
         <cxf.build-utils.version>3.4.4</cxf.build-utils.version>
         <easymock.version>4.0.2</easymock.version>
         <ehcache.version>2.10.6</ehcache.version>
-        <ehcache3.version>3.0.3</ehcache3.version>
+        <ehcache3.version>3.8.1</ehcache3.version>
         <jcache.version>1.0.0</jcache.version>
         <hsqldb.version>2.5.1</hsqldb.version>
         <htmlunit.version>2.43.0</htmlunit.version>