diff --git a/build.gradle b/build.gradle index fdb0aa7d39..44210c810d 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ configure(allprojects) { project -> ext.aspectjVersion = "1.9.1" ext.freemarkerVersion = "2.3.28" ext.groovyVersion = "2.5.0" - ext.hsqldbVersion = "2.4.0" + ext.hsqldbVersion = "2.4.1" ext.jackson2Version = "2.9.5" ext.jettyVersion = "9.4.10.v20180503" ext.junitPlatformVersion = "1.2.0" diff --git a/spring-jdbc/spring-jdbc.gradle b/spring-jdbc/spring-jdbc.gradle index 053229af77..89cdd6309b 100644 --- a/spring-jdbc/spring-jdbc.gradle +++ b/spring-jdbc/spring-jdbc.gradle @@ -8,8 +8,8 @@ dependencies { optional("javax.transaction:javax.transaction-api:1.3") optional("org.hsqldb:hsqldb:${hsqldbVersion}") optional("com.h2database:h2:1.4.197") - optional("org.apache.derby:derby:10.14.1.0") - optional("org.apache.derby:derbyclient:10.14.1.0") + optional("org.apache.derby:derby:10.14.2.0") + optional("org.apache.derby:derbyclient:10.14.2.0") optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}") optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}") } diff --git a/spring-test/spring-test.gradle b/spring-test/spring-test.gradle index 6e42b77155..62d1be5b36 100644 --- a/spring-test/spring-test.gradle +++ b/spring-test/spring-test.gradle @@ -42,13 +42,13 @@ dependencies { optional("org.apache.taglibs:taglibs-standard-jstlel:1.2.5") { exclude group: "org.apache.taglibs", module: "taglibs-standard-spec" } - optional("net.sourceforge.htmlunit:htmlunit:2.30") { + optional("net.sourceforge.htmlunit:htmlunit:2.31") { exclude group: "commons-logging", module: "commons-logging" } - optional("org.seleniumhq.selenium:htmlunit-driver:2.30.0") { + optional("org.seleniumhq.selenium:htmlunit-driver:2.31.0") { exclude group: "commons-logging", module: "commons-logging" } - optional("org.seleniumhq.selenium:selenium-java:3.11.0") { + optional("org.seleniumhq.selenium:selenium-java:3.12.0") { exclude group: "commons-logging", module: "commons-logging" exclude group: "io.netty", module: "netty" }