HHH-13091 Upgrade Ehcache 2 to 2.10.6 and Ehcache 3 to 3.6.1

This commit is contained in:
Guillaume Smet 2018-11-08 15:13:45 +01:00
parent 736d9dd615
commit 509f6fed10
1 changed files with 2 additions and 2 deletions

View File

@ -130,8 +130,8 @@ ext {
expression_language: "org.glassfish:javax.el:${elVersion}",
c3p0: "com.mchange:c3p0:0.9.5.2",
ehcache: "net.sf.ehcache:ehcache:2.10.3",
ehcache3: "org.ehcache:ehcache:3.0.0",
ehcache: "net.sf.ehcache:ehcache:2.10.6",
ehcache3: "org.ehcache:ehcache:3.6.1",
jcache: "javax.cache:cache-api:1.0.0",
proxool: "proxool:proxool:0.8.3",
hikaricp: "com.zaxxer:HikariCP:3.2.0",