@@ -54,7 +54,7 @@ configure(allprojects) { project ->
54
54
ext. javamailVersion = " 1.5.4"
55
55
ext. jettyVersion = " 9.3.2.v20150730"
56
56
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)
58
58
ext. jtaVersion = " 1.2"
59
59
ext. junitVersion = " 4.12"
60
60
ext. nettyVersion = " 4.0.30.Final"
@@ -70,7 +70,7 @@ configure(allprojects) { project ->
70
70
ext. testngVersion = " 6.9.6"
71
71
ext. tiles2Version = " 2.2.2"
72
72
ext. tiles3Version = " 3.0.5"
73
- ext. tomcatVersion = " 8.0.24 "
73
+ ext. tomcatVersion = " 8.0.26 "
74
74
ext. tyrusVersion = " 1.3.5" // constrained by WebLogic 12.1.3 support
75
75
ext. undertowVersion = " 1.2.10.Final"
76
76
ext. woodstoxVersion = " 5.0.1"
@@ -628,7 +628,7 @@ project("spring-jdbc") {
628
628
optional(" javax.transaction:javax.transaction-api:${ jtaVersion} " )
629
629
optional(" com.mchange:c3p0:0.9.5.1" )
630
630
optional(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
631
- optional(" com.h2database:h2:1.4.187 " )
631
+ optional(" com.h2database:h2:1.4.188 " )
632
632
optional(" org.apache.derby:derby:10.11.1.1" )
633
633
optional(" org.apache.derby:derbyclient:10.11.1.1" )
634
634
}
0 commit comments