diff --git a/gradle/libraries.gradle b/gradle/libraries.gradle index bdee75268f..2a99ab684b 100644 --- a/gradle/libraries.gradle +++ b/gradle/libraries.gradle @@ -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",