Skip to content

Commit 5aa0de7

Browse files
committed
Upgrade to OkHttp 3.14.2, Joda-Time 2.10.2, OpenPDF 1.2.17, JRuby 9.2.7
1 parent 701b7b8 commit 5aa0de7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

spring-web/spring-web.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
exclude group: "javax.servlet", module: "javax.servlet-api"
3939
}
4040
optional("org.eclipse.jetty:jetty-reactive-httpclient:1.0.3")
41-
optional("com.squareup.okhttp3:okhttp:3.14.1")
41+
optional("com.squareup.okhttp3:okhttp:3.14.2")
4242
optional("org.apache.httpcomponents:httpclient:4.5.8") {
4343
exclude group: "commons-logging", module: "commons-logging"
4444
}
@@ -75,7 +75,7 @@ dependencies {
7575
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
7676
testCompile("org.eclipse.jetty:jetty-server")
7777
testCompile("org.eclipse.jetty:jetty-servlet")
78-
testCompile("com.squareup.okhttp3:mockwebserver:3.14.1")
78+
testCompile("com.squareup.okhttp3:mockwebserver:3.14.2")
7979
testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
8080
testCompile("org.skyscreamer:jsonassert:1.5.0")
8181
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")

spring-webflux/spring-webflux.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ dependencies {
5151
testCompile("org.eclipse.jetty:jetty-server")
5252
testCompile("org.eclipse.jetty:jetty-servlet")
5353
testCompile("org.eclipse.jetty:jetty-reactive-httpclient:1.0.3")
54-
testCompile("com.squareup.okhttp3:mockwebserver:3.14.1")
54+
testCompile("com.squareup.okhttp3:mockwebserver:3.14.2")
5555
testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}")
5656
testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}")
5757
testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}")
58-
testRuntime("org.jruby:jruby:9.2.6.0")
58+
testRuntime("org.jruby:jruby:9.2.7.0")
5959
testRuntime("org.python:jython-standalone:2.7.1")
6060
testRuntime("org.synchronoss.cloud:nio-multipart-parser:1.1.0")
6161
testRuntime("org.webjars:underscorejs:1.8.3")

spring-webmvc/spring-webmvc.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
optional("javax.xml.bind:jaxb-api:2.3.1")
2424
optional("org.webjars:webjars-locator-core:0.37")
2525
optional("com.rometools:rome:1.12.0")
26-
optional("com.github.librepdf:openpdf:1.2.16")
26+
optional("com.github.librepdf:openpdf:1.2.17")
2727
optional("org.apache.poi:poi-ooxml:4.1.0")
2828
optional("org.freemarker:freemarker:${freemarkerVersion}")
2929
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
@@ -55,7 +55,7 @@ dependencies {
5555
}
5656
testCompile("commons-fileupload:commons-fileupload:1.4")
5757
testCompile("commons-io:commons-io:2.5")
58-
testCompile("joda-time:joda-time:2.10.1")
58+
testCompile("joda-time:joda-time:2.10.2")
5959
testCompile("org.mozilla:rhino:1.7.10")
6060
testCompile("dom4j:dom4j:1.6.1") {
6161
exclude group: "xml-apis", module: "xml-apis"
@@ -74,7 +74,7 @@ dependencies {
7474
testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}")
7575
testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}")
7676
testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}")
77-
testRuntime("org.jruby:jruby:9.2.6.0")
77+
testRuntime("org.jruby:jruby:9.2.7.0")
7878
testRuntime("org.python:jython-standalone:2.7.1")
7979
testRuntime("org.webjars:underscorejs:1.8.3")
8080
testRuntime("org.glassfish:javax.el:3.0.1-b08")

0 commit comments

Comments
 (0)