Skip to content

Commit 161fd98

Browse files
committed
Upgrade to Apache HttpClient 4.5.1 and Derby 10.12.1.1
1 parent 8ac3ec5 commit 161fd98

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
@@ -47,7 +47,7 @@ configure(allprojects) { project ->
4747
ext.hsqldbVersion = "2.3.3"
4848
ext.htmlunitVersion = "2.18"
4949
ext.httpasyncVersion = "4.1"
50-
ext.httpclientVersion = "4.5"
50+
ext.httpclientVersion = "4.5.1"
5151
ext.jackson2Version = "2.6.3"
5252
ext.jasperreportsVersion = "6.1.1"
5353
ext.javamailVersion = "1.5.4"
@@ -631,8 +631,8 @@ project("spring-jdbc") {
631631
optional("com.mchange:c3p0:0.9.5.1")
632632
optional("org.hsqldb:hsqldb:${hsqldbVersion}")
633633
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")
636636
}
637637
}
638638

0 commit comments

Comments
 (0)