Upgrade to FreeMarker 2.3.28 and Netty 4.1.23

This commit is contained in:
Juergen Hoeller 2018-04-05 10:30:03 +02:00
parent 56774baa2a
commit a6fd9a7725
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ configure(allprojects) { project ->
version = qualifyVersionIfNecessary(version) version = qualifyVersionIfNecessary(version)
ext.aspectjVersion = "1.8.13" ext.aspectjVersion = "1.8.13"
ext.freemarkerVersion = "2.3.27-incubating" ext.freemarkerVersion = "2.3.28"
ext.groovyVersion = "2.4.15" ext.groovyVersion = "2.4.15"
ext.hsqldbVersion = "2.4.0" ext.hsqldbVersion = "2.4.0"
ext.jackson2Version = "2.9.5" ext.jackson2Version = "2.9.5"
@ -52,7 +52,7 @@ configure(allprojects) { project ->
ext.junitVintageVersion = "5.1.0" ext.junitVintageVersion = "5.1.0"
ext.kotlinVersion = "1.2.31" ext.kotlinVersion = "1.2.31"
ext.log4jVersion = "2.11.0" ext.log4jVersion = "2.11.0"
ext.nettyVersion = "4.1.22.Final" ext.nettyVersion = "4.1.23.Final"
ext.reactorVersion = "Bismuth-SR8" ext.reactorVersion = "Bismuth-SR8"
ext.rxjavaVersion = "1.3.8" ext.rxjavaVersion = "1.3.8"
ext.rxjavaAdapterVersion = "1.2.1" ext.rxjavaAdapterVersion = "1.2.1"