Skip to content

Commit 91b473f

Browse files
committed
Latest dependency updates (Tomcat 8.0.26, JRuby 1.7.22, H2 1.4.188)
1 parent 4ecb3d4 commit 91b473f

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
@@ -54,7 +54,7 @@ configure(allprojects) { project ->
5454
ext.javamailVersion = "1.5.4"
5555
ext.jettyVersion = "9.3.2.v20150730"
5656
ext.jodaVersion = "2.8.1"
57-
ext.jrubyVersion = "1.7.21" // JRuby 9.0.0.0 only supported through JSR-223 (StandardScriptFactory)
57+
ext.jrubyVersion = "1.7.22" // JRuby 9.0.0.0 only supported through JSR-223 (StandardScriptFactory)
5858
ext.jtaVersion = "1.2"
5959
ext.junitVersion = "4.12"
6060
ext.nettyVersion = "4.0.30.Final"
@@ -70,7 +70,7 @@ configure(allprojects) { project ->
7070
ext.testngVersion = "6.9.6"
7171
ext.tiles2Version = "2.2.2"
7272
ext.tiles3Version = "3.0.5"
73-
ext.tomcatVersion = "8.0.24"
73+
ext.tomcatVersion = "8.0.26"
7474
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
7575
ext.undertowVersion = "1.2.10.Final"
7676
ext.woodstoxVersion = "5.0.1"
@@ -628,7 +628,7 @@ project("spring-jdbc") {
628628
optional("javax.transaction:javax.transaction-api:${jtaVersion}")
629629
optional("com.mchange:c3p0:0.9.5.1")
630630
optional("org.hsqldb:hsqldb:${hsqldbVersion}")
631-
optional("com.h2database:h2:1.4.187")
631+
optional("com.h2database:h2:1.4.188")
632632
optional("org.apache.derby:derby:10.11.1.1")
633633
optional("org.apache.derby:derbyclient:10.11.1.1")
634634
}

0 commit comments

Comments
 (0)