File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ configure(allprojects) { project ->
47
47
ext. hsqldbVersion = " 2.3.3"
48
48
ext. htmlunitVersion = " 2.18"
49
49
ext. httpasyncVersion = " 4.1"
50
- ext. httpclientVersion = " 4.5"
50
+ ext. httpclientVersion = " 4.5.1 "
51
51
ext. jackson2Version = " 2.6.3"
52
52
ext. jasperreportsVersion = " 6.1.1"
53
53
ext. javamailVersion = " 1.5.4"
@@ -631,8 +631,8 @@ project("spring-jdbc") {
631
631
optional(" com.mchange:c3p0:0.9.5.1" )
632
632
optional(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
633
633
optional(" com.h2database:h2:1.4.190" )
634
- optional(" org.apache.derby:derby:10.11 .1.1" )
635
- optional(" org.apache.derby:derbyclient:10.11 .1.1" )
634
+ optional(" org.apache.derby:derby:10.12 .1.1" )
635
+ optional(" org.apache.derby:derbyclient:10.12 .1.1" )
636
636
}
637
637
}
638
638
You can’t perform that action at this time.
0 commit comments