Upgrade to Derby 10.16
Closes gh-29344
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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")))
|
||||
|
||||
Reference in New Issue
Block a user