2
0
Эх сурвалжийг харах

Update to Ehcache 2.10.4

Fixes gh-4779
Rob Winch 7 жил өмнө
parent
commit
092c5aecf7

+ 1 - 1
acl/pom.xml

@@ -95,7 +95,7 @@
     <dependency>
       <groupId>net.sf.ehcache</groupId>
       <artifactId>ehcache</artifactId>
-      <version>2.9.0</version>
+      <version>2.10.4</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>

+ 1 - 1
cas/pom.xml

@@ -103,7 +103,7 @@
     <dependency>
       <groupId>net.sf.ehcache</groupId>
       <artifactId>ehcache</artifactId>
-      <version>2.9.0</version>
+      <version>2.10.4</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>

+ 1 - 1
core/pom.xml

@@ -103,7 +103,7 @@
     <dependency>
       <groupId>net.sf.ehcache</groupId>
       <artifactId>ehcache</artifactId>
-      <version>2.9.0</version>
+      <version>2.10.4</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>

+ 1 - 1
gradle/javaprojects.gradle

@@ -15,7 +15,7 @@ ext.cglibVersion = '3.1'
 ext.commonsCodecVersion = '1.10'
 ext.commonsCollectionsVersion = '3.2.2'
 ext.commonsLoggingVersion = '1.2'
-ext.ehcacheVersion = '2.9.0'
+ext.ehcacheVersion = '2.10.4'
 ext.gebVersion = '0.10.0'
 ext.groovyVersion = '2.4.4'
 ext.hsqlVersion = '2.3.2'

+ 1 - 1
samples/xml/cas/cassample/pom.xml

@@ -86,7 +86,7 @@
     <dependency>
       <groupId>net.sf.ehcache</groupId>
       <artifactId>ehcache</artifactId>
-      <version>2.9.0</version>
+      <version>2.10.4</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>

+ 1 - 1
samples/xml/contacts/pom.xml

@@ -121,7 +121,7 @@
     <dependency>
       <groupId>net.sf.ehcache</groupId>
       <artifactId>ehcache</artifactId>
-      <version>2.9.0</version>
+      <version>2.10.4</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>

+ 1 - 1
samples/xml/dms/pom.xml

@@ -79,7 +79,7 @@
     <dependency>
       <groupId>net.sf.ehcache</groupId>
       <artifactId>ehcache</artifactId>
-      <version>2.9.0</version>
+      <version>2.10.4</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>