Skip to content

Commit 062a15f

Browse files
committed
Latest applicable dependency updates (Jetty 9.4.11, Netty 4.1.25, Hibernate ORM 5.1.14, HSQLDB 2.4.1, Derby 10.14.2.0, HtmlUnit 2.31, Selenium 3.12)
1 parent c04c8a2 commit 062a15f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ configure(allprojects) { project ->
4444
ext.aspectjVersion = "1.8.13"
4545
ext.freemarkerVersion = "2.3.27-incubating"
4646
ext.groovyVersion = "2.4.15"
47-
ext.hsqldbVersion = "2.4.0"
47+
ext.hsqldbVersion = "2.4.1"
4848
ext.jackson2Version = "2.9.5"
49-
ext.jettyVersion = "9.4.10.v20180503"
49+
ext.jettyVersion = "9.4.11.v20180605"
5050
ext.junitJupiterVersion = "5.0.3"
5151
ext.junitPlatformVersion = "1.0.3"
5252
ext.junitVintageVersion = "4.12.3"
5353
ext.kotlinVersion = "1.2.41"
5454
ext.log4jVersion = "2.11.0"
55-
ext.nettyVersion = "4.1.24.Final"
55+
ext.nettyVersion = "4.1.25.Final"
5656
ext.reactorVersion = "Bismuth-SR9"
5757
ext.rxjavaVersion = "1.3.8"
5858
ext.rxjavaAdapterVersion = "1.2.1"
@@ -271,7 +271,7 @@ configure(rootProject) {
271271
testCompile("javax.servlet:javax.servlet-api:3.1.0")
272272
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
273273
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
274-
testCompile("org.hibernate:hibernate-core:5.1.13.Final")
274+
testCompile("org.hibernate:hibernate-core:5.1.14.Final")
275275
}
276276

277277
artifacts {

spring-jdbc/spring-jdbc.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ dependencies {
88
optional("javax.transaction:javax.transaction-api:1.2")
99
optional("org.hsqldb:hsqldb:${hsqldbVersion}")
1010
optional("com.h2database:h2:1.4.197")
11-
optional("org.apache.derby:derby:10.14.1.0")
12-
optional("org.apache.derby:derbyclient:10.14.1.0")
11+
optional("org.apache.derby:derby:10.14.2.0")
12+
optional("org.apache.derby:derbyclient:10.14.2.0")
1313
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
1414
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
1515
}

spring-test/spring-test.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ dependencies {
4242
optional("org.apache.taglibs:taglibs-standard-jstlel:1.2.5") {
4343
exclude group: "org.apache.taglibs", module: "taglibs-standard-spec"
4444
}
45-
optional("net.sourceforge.htmlunit:htmlunit:2.30") {
45+
optional("net.sourceforge.htmlunit:htmlunit:2.31") {
4646
exclude group: "commons-logging", module: "commons-logging"
4747
}
48-
optional("org.seleniumhq.selenium:htmlunit-driver:2.30.0") {
48+
optional("org.seleniumhq.selenium:htmlunit-driver:2.31.0") {
4949
exclude group: "commons-logging", module: "commons-logging"
5050
}
51-
optional("org.seleniumhq.selenium:selenium-java:3.11.0") {
51+
optional("org.seleniumhq.selenium:selenium-java:3.12.0") {
5252
exclude group: "commons-logging", module: "commons-logging"
5353
exclude group: "io.netty", module: "netty"
5454
}

0 commit comments

Comments
 (0)