diff --git a/spring-test/spring-test.gradle b/spring-test/spring-test.gradle index 1ba8e1d0c5c..2581f61597f 100644 --- a/spring-test/spring-test.gradle +++ b/spring-test/spring-test.gradle @@ -72,7 +72,7 @@ dependencies { testCompile("org.junit.jupiter:junit-jupiter-params:${junitJupiterVersion}") testCompile("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}") testCompile("com.thoughtworks.xstream:xstream:1.4.10") - testCompile("com.rometools:rome:1.8.0") + testCompile("com.rometools:rome:1.9.0") testCompile("org.apache.tiles:tiles-api:${tiles3Version}") testCompile("org.apache.tiles:tiles-core:${tiles3Version}") { exclude group: "org.slf4j", module: "jcl-over-slf4j" diff --git a/spring-web/spring-web.gradle b/spring-web/spring-web.gradle index a47e44ef7dc..223996e8cd4 100644 --- a/spring-web/spring-web.gradle +++ b/spring-web/spring-web.gradle @@ -42,7 +42,7 @@ dependencies { exclude group: "javax.servlet", module: "javax.servlet-api" } optional("io.undertow:undertow-core:${undertowVersion}") - optional("com.squareup.okhttp3:okhttp:3.9.0") + optional("com.squareup.okhttp3:okhttp:3.9.1") optional("org.apache.httpcomponents:httpclient:4.5.3") { exclude group: "commons-logging", module: "commons-logging" } @@ -62,7 +62,7 @@ dependencies { optional("com.google.code.gson:gson:2.8.2") optional("com.google.protobuf:protobuf-java-util:3.5.0") optional("com.googlecode.protobuf-java-format:protobuf-java-format:1.4") - optional("com.rometools:rome:1.8.0") + optional("com.rometools:rome:1.9.0") optional("com.caucho:hessian:4.0.51") optional("org.codehaus.groovy:groovy-all:${groovyVersion}") optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}") @@ -78,7 +78,7 @@ dependencies { testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}") testCompile("org.eclipse.jetty:jetty-server:${jettyVersion}") testCompile("org.eclipse.jetty:jetty-servlet:${jettyVersion}") - testCompile("com.squareup.okhttp3:mockwebserver:3.9.0") + testCompile("com.squareup.okhttp3:mockwebserver:3.9.1") testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}") testCompile("org.skyscreamer:jsonassert:1.5.0") testRuntime("com.sun.mail:javax.mail:1.6.0") diff --git a/spring-webflux/spring-webflux.gradle b/spring-webflux/spring-webflux.gradle index 146bbd01b63..c3f20457dd1 100644 --- a/spring-webflux/spring-webflux.gradle +++ b/spring-webflux/spring-webflux.gradle @@ -54,11 +54,11 @@ dependencies { testCompile("org.eclipse.jetty:jetty-servlet:${jettyVersion}") testCompile("io.undertow:undertow-core:${undertowVersion}") testCompile("com.fasterxml:aalto-xml:1.0.0") - testCompile("com.squareup.okhttp3:mockwebserver:3.9.0") + testCompile("com.squareup.okhttp3:mockwebserver:3.9.1") 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.synchronoss.cloud:nio-multipart-parser:1.1.0") testRuntime("org.webjars:underscorejs:1.8.3") diff --git a/spring-webmvc/spring-webmvc.gradle b/spring-webmvc/spring-webmvc.gradle index 75ea27f76f4..e903c4c1644 100644 --- a/spring-webmvc/spring-webmvc.gradle +++ b/spring-webmvc/spring-webmvc.gradle @@ -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")