Upgrade to OkHttp 3.14.2, Joda-Time 2.10.2, OpenPDF 1.2.17, JRuby 9.2.7
This commit is contained in:
parent
701b7b8a18
commit
5aa0de7ac8
|
@ -38,7 +38,7 @@ dependencies {
|
|||
exclude group: "javax.servlet", module: "javax.servlet-api"
|
||||
}
|
||||
optional("org.eclipse.jetty:jetty-reactive-httpclient:1.0.3")
|
||||
optional("com.squareup.okhttp3:okhttp:3.14.1")
|
||||
optional("com.squareup.okhttp3:okhttp:3.14.2")
|
||||
optional("org.apache.httpcomponents:httpclient:4.5.8") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
|
@ -75,7 +75,7 @@ dependencies {
|
|||
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
|
||||
testCompile("org.eclipse.jetty:jetty-server")
|
||||
testCompile("org.eclipse.jetty:jetty-servlet")
|
||||
testCompile("com.squareup.okhttp3:mockwebserver:3.14.1")
|
||||
testCompile("com.squareup.okhttp3:mockwebserver:3.14.2")
|
||||
testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
|
||||
testCompile("org.skyscreamer:jsonassert:1.5.0")
|
||||
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
|
||||
|
|
|
@ -51,11 +51,11 @@ dependencies {
|
|||
testCompile("org.eclipse.jetty:jetty-server")
|
||||
testCompile("org.eclipse.jetty:jetty-servlet")
|
||||
testCompile("org.eclipse.jetty:jetty-reactive-httpclient:1.0.3")
|
||||
testCompile("com.squareup.okhttp3:mockwebserver:3.14.1")
|
||||
testCompile("com.squareup.okhttp3:mockwebserver:3.14.2")
|
||||
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.2.6.0")
|
||||
testRuntime("org.jruby:jruby:9.2.7.0")
|
||||
testRuntime("org.python:jython-standalone:2.7.1")
|
||||
testRuntime("org.synchronoss.cloud:nio-multipart-parser:1.1.0")
|
||||
testRuntime("org.webjars:underscorejs:1.8.3")
|
||||
|
|
|
@ -23,7 +23,7 @@ dependencies {
|
|||
optional("javax.xml.bind:jaxb-api:2.3.1")
|
||||
optional("org.webjars:webjars-locator-core:0.37")
|
||||
optional("com.rometools:rome:1.12.0")
|
||||
optional("com.github.librepdf:openpdf:1.2.16")
|
||||
optional("com.github.librepdf:openpdf:1.2.17")
|
||||
optional("org.apache.poi:poi-ooxml:4.1.0")
|
||||
optional("org.freemarker:freemarker:${freemarkerVersion}")
|
||||
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
|
||||
|
@ -55,7 +55,7 @@ dependencies {
|
|||
}
|
||||
testCompile("commons-fileupload:commons-fileupload:1.4")
|
||||
testCompile("commons-io:commons-io:2.5")
|
||||
testCompile("joda-time:joda-time:2.10.1")
|
||||
testCompile("joda-time:joda-time:2.10.2")
|
||||
testCompile("org.mozilla:rhino:1.7.10")
|
||||
testCompile("dom4j:dom4j:1.6.1") {
|
||||
exclude group: "xml-apis", module: "xml-apis"
|
||||
|
@ -74,7 +74,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.2.6.0")
|
||||
testRuntime("org.jruby:jruby:9.2.7.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")
|
||||
|
|
Loading…
Reference in New Issue