File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ configure(allprojects) { project ->
41
41
ext. jackson2Version = " 2.4.6"
42
42
ext. jasperReportsVersion = " 6.0.4"
43
43
ext. jettyVersion = " 9.2.11.v20150529"
44
- ext. jodaVersion = " 2.8"
44
+ ext. jodaVersion = " 2.8.1 "
45
45
ext. junitVersion = " 4.12"
46
46
ext. nettyVersion = " 4.0.28.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.186 " )
597
+ optional(" com.h2database:h2:1.4.187 " )
598
598
optional(" org.apache.derby:derby:10.11.1.1" )
599
599
optional(" org.apache.derby:derbyclient:10.11.1.1" )
600
600
}
You can’t perform that action at this time.
0 commit comments