Skip to content

Commit 3110487

Browse files
committed
Upgrade to Derby 10.16
Closes gh-29344
1 parent 82a0154 commit 3110487

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: framework-platform/framework-platform.gradle

+3-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ dependencies {
9191
api("org.apache.activemq:activemq-kahadb-store:5.16.2")
9292
api("org.apache.activemq:activemq-stomp:5.16.2")
9393
api("org.apache.commons:commons-pool2:2.9.0")
94-
api("org.apache.derby:derby:10.14.2.0")
95-
api("org.apache.derby:derbyclient:10.14.2.0")
94+
api("org.apache.derby:derby:10.16.1.1")
95+
api("org.apache.derby:derbyclient:10.16.1.1")
96+
api("org.apache.derby:derbytools:10.16.1.1")
9697
api("org.apache.httpcomponents.client5:httpclient5:5.1.3")
9798
api("org.apache.httpcomponents.core5:httpcore5-reactive:5.1.3")
9899
api("org.apache.poi:poi-ooxml:5.2.2")

Diff for: spring-jdbc/spring-jdbc.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies {
1212
optional("com.h2database:h2")
1313
optional("org.apache.derby:derby")
1414
optional("org.apache.derby:derbyclient")
15+
optional("org.apache.derby:derbytools")
1516
optional("org.jetbrains.kotlin:kotlin-reflect")
1617
optional("org.jetbrains.kotlin:kotlin-stdlib")
1718
testImplementation(testFixtures(project(":spring-beans")))

0 commit comments

Comments
 (0)