Skip to content

Commit b3b233b

Browse files
committed
Upgrade to Groovy 2.5 RC2
Includes upgrade to Netty 4.1.25, Undertow 2.0.7, Hibernate ORM 5.1.14. Issue: SPR-15407
1 parent 6cf6d88 commit b3b233b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ configure(allprojects) { project ->
4343

4444
ext.aspectjVersion = "1.9.1"
4545
ext.freemarkerVersion = "2.3.28"
46-
ext.groovyVersion = "2.4.15"
46+
ext.groovyVersion = "2.5.0-rc-2"
4747
ext.hsqldbVersion = "2.4.0"
4848
ext.jackson2Version = "2.9.5"
4949
ext.jettyVersion = "9.4.10.v20180503"
@@ -52,15 +52,15 @@ configure(allprojects) { project ->
5252
ext.junitVintageVersion = "5.2.0"
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 = "Californium-BUILD-SNAPSHOT"
5757
ext.rxjavaVersion = "1.3.8"
5858
ext.rxjavaAdapterVersion = "1.2.1"
5959
ext.rxjava2Version = "2.1.13"
6060
ext.slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
6161
ext.tiles3Version = "3.0.8"
6262
ext.tomcatVersion = "9.0.8"
63-
ext.undertowVersion = "2.0.6.Final"
63+
ext.undertowVersion = "2.0.7.Final"
6464

6565
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
6666

@@ -272,7 +272,7 @@ configure(rootProject) {
272272
testCompile("javax.servlet:javax.servlet-api:3.1.0")
273273
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
274274
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
275-
testCompile("org.hibernate:hibernate-core:5.1.13.Final")
275+
testCompile("org.hibernate:hibernate-core:5.1.14.Final")
276276
}
277277

278278
artifacts {

0 commit comments

Comments
 (0)