@@ -43,7 +43,7 @@ configure(allprojects) { project ->
43
43
44
44
ext. aspectjVersion = " 1.9.1"
45
45
ext. freemarkerVersion = " 2.3.28"
46
- ext. groovyVersion = " 2.4.15 "
46
+ ext. groovyVersion = " 2.5.0-rc-2 "
47
47
ext. hsqldbVersion = " 2.4.0"
48
48
ext. jackson2Version = " 2.9.5"
49
49
ext. jettyVersion = " 9.4.10.v20180503"
@@ -52,15 +52,15 @@ configure(allprojects) { project ->
52
52
ext. junitVintageVersion = " 5.2.0"
53
53
ext. kotlinVersion = " 1.2.41"
54
54
ext. log4jVersion = " 2.11.0"
55
- ext. nettyVersion = " 4.1.24 .Final"
55
+ ext. nettyVersion = " 4.1.25 .Final"
56
56
ext. reactorVersion = " Californium-BUILD-SNAPSHOT"
57
57
ext. rxjavaVersion = " 1.3.8"
58
58
ext. rxjavaAdapterVersion = " 1.2.1"
59
59
ext. rxjava2Version = " 2.1.13"
60
60
ext. slf4jVersion = " 1.7.25" // spring-jcl + consistent 3rd party deps
61
61
ext. tiles3Version = " 3.0.8"
62
62
ext. tomcatVersion = " 9.0.8"
63
- ext. undertowVersion = " 2.0.6 .Final"
63
+ ext. undertowVersion = " 2.0.7 .Final"
64
64
65
65
ext. gradleScriptDir = " ${ rootProject.projectDir} /gradle"
66
66
@@ -272,7 +272,7 @@ configure(rootProject) {
272
272
testCompile(" javax.servlet:javax.servlet-api:3.1.0" )
273
273
testCompile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
274
274
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" )
276
276
}
277
277
278
278
artifacts {
0 commit comments