Upgrade to Jetty reactive HTTP client 1.0.1

Issue: SPR-17124
This commit is contained in:
Sebastien Deleuze 2018-08-06 12:01:29 +02:00
parent 821ab62492
commit 2054fa2191
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ dependencies {
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
optional("org.eclipse.jetty:jetty-reactive-httpclient:1.0.0")
optional("org.eclipse.jetty:jetty-reactive-httpclient:1.0.1")
testCompile("io.projectreactor:reactor-test")
testCompile("org.apache.taglibs:taglibs-standard-jstlel:1.2.5") {
exclude group: "org.apache.taglibs", module: "taglibs-standard-spec"

View File

@ -46,7 +46,7 @@ dependencies {
testCompile("io.projectreactor:reactor-test")
testCompile("org.apache.tomcat:tomcat-util:${tomcatVersion}")
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
testCompile("org.eclipse.jetty:jetty-reactive-httpclient:1.0.0")
testCompile("org.eclipse.jetty:jetty-reactive-httpclient:1.0.1")
testCompile("org.eclipse.jetty:jetty-server")
testCompile("org.eclipse.jetty:jetty-servlet")
testCompile("io.undertow:undertow-core:${undertowVersion}")