Skip to content

Commit a8323f6

Browse files
committed
Latest dependency updates (OkHttp 3.9.1, JRuby 9.1.14, Rome 1.9)
1 parent 81052cd commit a8323f6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

spring-test/spring-test.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272
testCompile("org.junit.jupiter:junit-jupiter-params:${junitJupiterVersion}")
7373
testCompile("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
7474
testCompile("com.thoughtworks.xstream:xstream:1.4.10")
75-
testCompile("com.rometools:rome:1.8.0")
75+
testCompile("com.rometools:rome:1.9.0")
7676
testCompile("org.apache.tiles:tiles-api:${tiles3Version}")
7777
testCompile("org.apache.tiles:tiles-core:${tiles3Version}") {
7878
exclude group: "org.slf4j", module: "jcl-over-slf4j"

spring-web/spring-web.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
exclude group: "javax.servlet", module: "javax.servlet-api"
4343
}
4444
optional("io.undertow:undertow-core:${undertowVersion}")
45-
optional("com.squareup.okhttp3:okhttp:3.9.0")
45+
optional("com.squareup.okhttp3:okhttp:3.9.1")
4646
optional("org.apache.httpcomponents:httpclient:4.5.3") {
4747
exclude group: "commons-logging", module: "commons-logging"
4848
}
@@ -62,7 +62,7 @@ dependencies {
6262
optional("com.google.code.gson:gson:2.8.2")
6363
optional("com.google.protobuf:protobuf-java-util:3.5.0")
6464
optional("com.googlecode.protobuf-java-format:protobuf-java-format:1.4")
65-
optional("com.rometools:rome:1.8.0")
65+
optional("com.rometools:rome:1.9.0")
6666
optional("com.caucho:hessian:4.0.51")
6767
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
6868
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
@@ -78,7 +78,7 @@ dependencies {
7878
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
7979
testCompile("org.eclipse.jetty:jetty-server:${jettyVersion}")
8080
testCompile("org.eclipse.jetty:jetty-servlet:${jettyVersion}")
81-
testCompile("com.squareup.okhttp3:mockwebserver:3.9.0")
81+
testCompile("com.squareup.okhttp3:mockwebserver:3.9.1")
8282
testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
8383
testCompile("org.skyscreamer:jsonassert:1.5.0")
8484
testRuntime("com.sun.mail:javax.mail:1.6.0")

spring-webflux/spring-webflux.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ dependencies {
5454
testCompile("org.eclipse.jetty:jetty-servlet:${jettyVersion}")
5555
testCompile("io.undertow:undertow-core:${undertowVersion}")
5656
testCompile("com.fasterxml:aalto-xml:1.0.0")
57-
testCompile("com.squareup.okhttp3:mockwebserver:3.9.0")
57+
testCompile("com.squareup.okhttp3:mockwebserver:3.9.1")
5858
testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}")
5959
testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}")
6060
testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}")
61-
testRuntime("org.jruby:jruby:9.1.13.0")
61+
testRuntime("org.jruby:jruby:9.1.14.0")
6262
testRuntime("org.python:jython-standalone:2.7.1")
6363
testRuntime("org.synchronoss.cloud:nio-multipart-parser:1.1.0")
6464
testRuntime("org.webjars:underscorejs:1.8.3")

spring-webmvc/spring-webmvc.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
optional("javax.el:javax.el-api:3.0.1-b04")
2828
optional("javax.xml.bind:jaxb-api:2.3.0")
2929
optional('org.webjars:webjars-locator:0.32-1')
30-
optional("com.rometools:rome:1.8.0")
30+
optional("com.rometools:rome:1.9.0")
3131
optional("com.lowagie:itext:2.1.7")
3232
optional("org.apache.poi:poi-ooxml:3.17")
3333
optional("org.freemarker:freemarker:${freemarkerVersion}")
@@ -86,7 +86,7 @@ dependencies {
8686
testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}")
8787
testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}")
8888
testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}")
89-
testRuntime("org.jruby:jruby:9.1.13.0")
89+
testRuntime("org.jruby:jruby:9.1.14.0")
9090
testRuntime("org.python:jython-standalone:2.7.1")
9191
testRuntime("org.webjars:underscorejs:1.8.3")
9292
testRuntime("org.glassfish:javax.el:3.0.1-b08")

0 commit comments

Comments
 (0)