diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index 34b195e23f3..f759278dc84 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -91,9 +91,9 @@ dependencies { api("org.apache.activemq:artemis-jakarta-client:2.42.0") api("org.apache.activemq:artemis-junit-5:2.42.0") api("org.apache.commons:commons-pool2:2.12.1") - 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.derby:derby:10.17.1.0") + api("org.apache.derby:derbyclient:10.17.1.0") + api("org.apache.derby:derbytools:10.17.1.0") api("org.apache.httpcomponents.client5:httpclient5:5.5") api("org.apache.httpcomponents.core5:httpcore5-reactive:5.3.5") api("org.apache.poi:poi-ooxml:5.2.5")