@@ -27,7 +27,7 @@ configure(allprojects) { project ->
27
27
group = " org.springframework"
28
28
version = qualifyVersionIfNecessary(version)
29
29
30
- ext. aspectjVersion = " 1.8.4 "
30
+ ext. aspectjVersion = " 1.8.5 "
31
31
ext. eclipseLinkVersion = " 2.4.2"
32
32
ext. ehcacheVersion = " 2.9.0"
33
33
ext. ehcacheJCacheVersion = " 1.0.0"
@@ -41,7 +41,7 @@ configure(allprojects) { project ->
41
41
ext. jackson2Version = " 2.4.5"
42
42
ext. jasperReportsVersion = " 6.0.3"
43
43
ext. jettyVersion = " 9.2.7.v20150116"
44
- ext. jodaVersion = " 2.6 "
44
+ ext. jodaVersion = " 2.7 "
45
45
ext. junitVersion = " 4.12"
46
46
ext. nettyVersion = " 4.0.25.Final"
47
47
ext. openJpaVersion = " 2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
@@ -594,7 +594,7 @@ project("spring-jdbc") {
594
594
optional(" javax.transaction:javax.transaction-api:1.2" )
595
595
optional(" com.mchange:c3p0:0.9.2.1" )
596
596
optional(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
597
- optional(" com.h2database:h2:1.4.182 " )
597
+ optional(" com.h2database:h2:1.4.185 " )
598
598
optional(" org.apache.derby:derby:10.11.1.1" )
599
599
optional(" org.apache.derby:derbyclient:10.11.1.1" )
600
600
}
0 commit comments