Skip to content

Commit fc178ef

Browse files
committed
Upgrade to Tomcat 9.0.17 and OkHttp 3.14
1 parent 6f1b583 commit fc178ef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ext {
4444
rxjava2Version = "2.2.7"
4545
slf4jVersion = "1.7.26" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
47-
tomcatVersion = "9.0.16"
47+
tomcatVersion = "9.0.17"
4848
undertowVersion = "2.0.19.Final"
4949

5050
gradleScriptDir = "${rootProject.projectDir}/gradle"

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.2")
41-
optional("com.squareup.okhttp3:okhttp:3.13.1")
41+
optional("com.squareup.okhttp3:okhttp:3.14.0")
4242
optional("org.apache.httpcomponents:httpclient:4.5.7") {
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.13.1")
78+
testCompile("com.squareup.okhttp3:mockwebserver:3.14.0")
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ 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.2")
54-
testCompile("com.squareup.okhttp3:mockwebserver:3.13.1")
54+
testCompile("com.squareup.okhttp3:mockwebserver:3.14.0")
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}")

0 commit comments

Comments
 (0)