diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index 28602e5f9d98..af042225973b 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -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") diff --git a/spring-jdbc/spring-jdbc.gradle b/spring-jdbc/spring-jdbc.gradle index 389462f3bb41..7cd5b9eea707 100644 --- a/spring-jdbc/spring-jdbc.gradle +++ b/spring-jdbc/spring-jdbc.gradle @@ -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")))