Upgrade to Jackson 2.9.3 and Netty 4.1.18

This commit is contained in:
Juergen Hoeller 2017-12-13 17:55:50 +01:00
parent 6a7b197af7
commit 05988193b7
2 changed files with 3 additions and 3 deletions

View File

@ -45,14 +45,14 @@ configure(allprojects) { project ->
ext.freemarkerVersion = "2.3.27-incubating"
ext.groovyVersion = "2.4.13"
ext.hsqldbVersion = "2.4.0"
ext.jackson2Version = "2.9.2"
ext.jackson2Version = "2.9.3"
ext.jettyVersion = "9.4.8.v20171121"
ext.junitJupiterVersion = "5.0.2"
ext.junitPlatformVersion = "1.0.2"
ext.junitVintageVersion = "4.12.2"
ext.kotlinVersion = "1.2.0"
ext.log4jVersion = "2.10.0"
ext.nettyVersion = "4.1.17.Final"
ext.nettyVersion = "4.1.18.Final"
ext.reactorVersion = "Bismuth-SR4"
ext.rxjavaVersion = "1.3.4"
ext.rxjavaAdapterVersion = "1.2.1"

View File

@ -73,7 +73,7 @@ dependencies {
}
testCompile("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${jackson2Version}")
testCompile("com.fasterxml.jackson.datatype:jackson-datatype-joda:${jackson2Version}")
testCompile("com.fasterxml.jackson.module:jackson-module-kotlin:${jackson2Version}")
testCompile("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.2") // no 2.9.3 yet
testCompile("org.apache.tomcat:tomcat-util:${tomcatVersion}")
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
testCompile("org.eclipse.jetty:jetty-server:${jettyVersion}")