Skip to content

Commit 5c6f57b

Browse files
committed
Upgrade to EhCache 3.1 and Jetty 9.3.10
1 parent dda0942 commit 5c6f57b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ configure(allprojects) { project ->
3636
ext.eclipselinkVersion = "2.4.2"
3737
ext.ehcacheVersion = "2.10.2"
3838
ext.ehcachejcacheVersion = "1.0.1"
39-
ext.ehcache3Version = "3.0.2"
39+
ext.ehcache3Version = "3.1.0"
4040
ext.ejbVersion = "3.0"
4141
ext.fileuploadVersion = "1.3.2"
4242
ext.freemarkerVersion = "2.3.23"
@@ -55,7 +55,7 @@ configure(allprojects) { project ->
5555
ext.jackson2Version = "2.8.0.rc2"
5656
ext.jasperreportsVersion = "6.2.1"
5757
ext.javamailVersion = "1.5.5"
58-
ext.jettyVersion = "9.3.9.v20160517"
58+
ext.jettyVersion = "9.3.10.v20160621"
5959
ext.jodaVersion = "2.9.4"
6060
ext.jrubyVersion = "1.7.25" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
6161
ext.jtaVersion = "1.2"

0 commit comments

Comments
 (0)