Browse Source

Upgrade to Jetty reactive HTTP client 1.0.1

Issue: SPR-17124
pull/1917/merge
Sebastien Deleuze 6 years ago
parent
commit
2054fa2191
  1. 2
      spring-web/spring-web.gradle
  2. 2
      spring-webflux/spring-webflux.gradle

2
spring-web/spring-web.gradle

@ -62,7 +62,7 @@ dependencies { @@ -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"

2
spring-webflux/spring-webflux.gradle

@ -46,7 +46,7 @@ dependencies { @@ -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}")

Loading…
Cancel
Save