Skip to content

Commit 7f49abb

Browse files
committed
Upgrade to Netty 4.1.44, Jetty 9.4.25, Undertow 2.0.29, OkHttp 3.14.5
1 parent b9bf56e commit 7f49abb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ ext {
3333
groovyVersion = "2.5.8"
3434
hsqldbVersion = "2.4.1"
3535
jackson2Version = "2.9.9"
36-
jettyVersion = "9.4.24.v20191120"
36+
jettyVersion = "9.4.25.v20191220"
3737
junit5Version = "5.3.2"
3838
kotlinVersion = "1.2.71"
3939
log4jVersion = "2.11.2"
40-
nettyVersion = "4.1.43.Final"
40+
nettyVersion = "4.1.44.Final"
4141
reactorVersion = "Californium-SR14"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
4444
rxjava2Version = "2.2.16"
4545
slf4jVersion = "1.7.28" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
4747
tomcatVersion = "9.0.30"
48-
undertowVersion = "2.0.28.Final"
48+
undertowVersion = "2.0.29.Final"
4949

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

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.4")
41+
optional("com.squareup.okhttp3:okhttp:3.14.5")
4242
optional("org.apache.httpcomponents:httpclient:4.5.10") {
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.4")
78+
testCompile("com.squareup.okhttp3:mockwebserver:3.14.5")
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.3")
54-
testCompile("com.squareup.okhttp3:mockwebserver:3.14.4")
54+
testCompile("com.squareup.okhttp3:mockwebserver:3.14.5")
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)