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

@@ -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}")