Skip to content

Commit 2054fa2

Browse files
committed
Upgrade to Jetty reactive HTTP client 1.0.1
Issue: SPR-17124
1 parent 821ab62 commit 2054fa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-web/spring-web.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
6363
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
6464
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
65-
optional("org.eclipse.jetty:jetty-reactive-httpclient:1.0.0")
65+
optional("org.eclipse.jetty:jetty-reactive-httpclient:1.0.1")
6666
testCompile("io.projectreactor:reactor-test")
6767
testCompile("org.apache.taglibs:taglibs-standard-jstlel:1.2.5") {
6868
exclude group: "org.apache.taglibs", module: "taglibs-standard-spec"

spring-webflux/spring-webflux.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
testCompile("io.projectreactor:reactor-test")
4747
testCompile("org.apache.tomcat:tomcat-util:${tomcatVersion}")
4848
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
49-
testCompile("org.eclipse.jetty:jetty-reactive-httpclient:1.0.0")
49+
testCompile("org.eclipse.jetty:jetty-reactive-httpclient:1.0.1")
5050
testCompile("org.eclipse.jetty:jetty-server")
5151
testCompile("org.eclipse.jetty:jetty-servlet")
5252
testCompile("io.undertow:undertow-core:${undertowVersion}")

0 commit comments

Comments
 (0)