Update to Ehcache 2.10.4

Fixes gh-4779
This commit is contained in:
Rob Winch 2017-11-02 15:06:21 -05:00
parent a5d56d8724
commit 092c5aecf7
7 changed files with 7 additions and 7 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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'

View File

@ -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>

View File

@ -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>

View File

@ -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>