diff --git a/build.gradle b/build.gradle index ef6fc23c7e3..8513591b390 100644 --- a/build.gradle +++ b/build.gradle @@ -44,15 +44,15 @@ configure(allprojects) { project -> ext.aspectjVersion = "1.8.13" ext.freemarkerVersion = "2.3.27-incubating" ext.groovyVersion = "2.4.15" - ext.hsqldbVersion = "2.4.0" + ext.hsqldbVersion = "2.4.1" ext.jackson2Version = "2.9.5" - ext.jettyVersion = "9.4.10.v20180503" + ext.jettyVersion = "9.4.11.v20180605" ext.junitJupiterVersion = "5.0.3" ext.junitPlatformVersion = "1.0.3" ext.junitVintageVersion = "4.12.3" ext.kotlinVersion = "1.2.41" ext.log4jVersion = "2.11.0" - ext.nettyVersion = "4.1.24.Final" + ext.nettyVersion = "4.1.25.Final" ext.reactorVersion = "Bismuth-SR9" ext.rxjavaVersion = "1.3.8" ext.rxjavaAdapterVersion = "1.2.1" @@ -271,7 +271,7 @@ configure(rootProject) { testCompile("javax.servlet:javax.servlet-api:3.1.0") testCompile("org.aspectj:aspectjweaver:${aspectjVersion}") testCompile("org.hsqldb:hsqldb:${hsqldbVersion}") - testCompile("org.hibernate:hibernate-core:5.1.13.Final") + testCompile("org.hibernate:hibernate-core:5.1.14.Final") } artifacts { diff --git a/spring-jdbc/spring-jdbc.gradle b/spring-jdbc/spring-jdbc.gradle index 1774490f362..1103b0c4cb8 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.2") 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 909615c6bf0..6165c491111 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" }