Upgrade to Jackson 2.9.7, Netty 4.1.30, Tomcat 8.5.34, Undertow 1.4.26

Also includes Apache Johnzon 1.1.10 and JRuby 9.1.17.
This commit is contained in:
Juergen Hoeller
2018-10-25 17:39:15 +02:00
parent 9e2d024d8d
commit 3ceb05f63c
4 changed files with 7 additions and 7 deletions

View File

@@ -80,5 +80,5 @@ dependencies {
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0")
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0")
testRuntime("javax.json:javax.json-api:1.1.2")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.9")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.10")
}