Skip to content

Commit d518ac6

Browse files
committed
Upgrade to Tomcat 8.0.39 and Joda-Time 2.9.6
1 parent 2a2d5aa commit d518ac6

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
@@ -51,7 +51,7 @@ configure(allprojects) { project ->
5151
ext.jasperreportsVersion = "6.2.1"
5252
ext.javamailVersion = "1.5.5"
5353
ext.jettyVersion = "9.3.9.v20160517"
54-
ext.jodaVersion = "2.9.5"
54+
ext.jodaVersion = "2.9.6"
5555
ext.jrubyVersion = "1.7.26" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
5656
ext.jtaVersion = "1.2"
5757
ext.junitVersion = "4.12"
@@ -68,7 +68,7 @@ configure(allprojects) { project ->
6868
ext.testngVersion = "6.9.10"
6969
ext.tiles2Version = "2.2.2"
7070
ext.tiles3Version = "3.0.5"
71-
ext.tomcatVersion = "8.0.38"
71+
ext.tomcatVersion = "8.0.39"
7272
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
7373
ext.undertowVersion = "1.3.25.Final"
7474
ext.xmlunitVersion = "1.6"

0 commit comments

Comments
 (0)