Skip to content

Commit a2088c3

Browse files
committed
Latest applicable dependency updates (Joda-Time 2.9.4, Jetty 9.3.9, EhCache 3.0.1)
1 parent 2832194 commit a2088c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ configure(allprojects) { project ->
3131
ext.eclipselinkVersion = "2.4.2"
3232
ext.ehcacheVersion = "2.10.2"
3333
ext.ehcachejcacheVersion = "1.0.1"
34-
ext.ehcache3Version = "3.0.0"
34+
ext.ehcache3Version = "3.0.1"
3535
ext.ejbVersion = "3.0"
3636
ext.fileuploadVersion = "1.3.1"
3737
ext.freemarkerVersion = "2.3.23"
@@ -50,8 +50,8 @@ configure(allprojects) { project ->
5050
ext.jackson2Version = "2.6.6"
5151
ext.jasperreportsVersion = "6.2.1"
5252
ext.javamailVersion = "1.5.5"
53-
ext.jettyVersion = "9.3.8.v20160314"
54-
ext.jodaVersion = "2.9.3"
53+
ext.jettyVersion = "9.3.9.v20160517"
54+
ext.jodaVersion = "2.9.4"
5555
ext.jrubyVersion = "1.7.25" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
5656
ext.jtaVersion = "1.2"
5757
ext.junitVersion = "4.12"

0 commit comments

Comments
 (0)