Latest dependency updates (OkHttp 3.9.1, JRuby 9.1.14, Rome 1.9)

This commit is contained in:
Juergen Hoeller
2017-11-26 16:03:48 +01:00
parent 81052cd27a
commit a8323f6a27
4 changed files with 8 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ dependencies {
optional("javax.el:javax.el-api:3.0.1-b04")
optional("javax.xml.bind:jaxb-api:2.3.0")
optional('org.webjars:webjars-locator:0.32-1')
optional("com.rometools:rome:1.8.0")
optional("com.rometools:rome:1.9.0")
optional("com.lowagie:itext:2.1.7")
optional("org.apache.poi:poi-ooxml:3.17")
optional("org.freemarker:freemarker:${freemarkerVersion}")
@@ -86,7 +86,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.13.0")
testRuntime("org.jruby:jruby:9.1.14.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")