Skip to content

Commit

Permalink
Upgrade to Derby 10.16
Browse files Browse the repository at this point in the history
Closes gh-29344
  • Loading branch information
jhoeller committed Oct 18, 2022
1 parent 82a0154 commit 3110487
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions framework-platform/framework-platform.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ dependencies {
api("org.apache.activemq:activemq-kahadb-store:5.16.2")
api("org.apache.activemq:activemq-stomp:5.16.2")
api("org.apache.commons:commons-pool2:2.9.0")
api("org.apache.derby:derby:10.14.2.0")
api("org.apache.derby:derbyclient:10.14.2.0")
api("org.apache.derby:derby:10.16.1.1")
api("org.apache.derby:derbyclient:10.16.1.1")
api("org.apache.derby:derbytools:10.16.1.1")
api("org.apache.httpcomponents.client5:httpclient5:5.1.3")
api("org.apache.httpcomponents.core5:httpcore5-reactive:5.1.3")
api("org.apache.poi:poi-ooxml:5.2.2")
Expand Down
1 change: 1 addition & 0 deletions spring-jdbc/spring-jdbc.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies {
optional("com.h2database:h2")
optional("org.apache.derby:derby")
optional("org.apache.derby:derbyclient")
optional("org.apache.derby:derbytools")
optional("org.jetbrains.kotlin:kotlin-reflect")
optional("org.jetbrains.kotlin:kotlin-stdlib")
testImplementation(testFixtures(project(":spring-beans")))
Expand Down

0 comments on commit 3110487

Please sign in to comment.