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

@@ -73,7 +73,7 @@ dependencies {
testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}")
testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}")
testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}")
testRuntime("org.jruby:jruby:9.1.16.0")
testRuntime("org.jruby:jruby:9.1.17.0")
testRuntime("org.python:jython-standalone:2.7.1")
testRuntime("org.webjars:underscorejs:1.8.3")
testRuntime("org.glassfish:javax.el:3.0.1-b08")