Upgrade to Netty 4.1.53 and Tomcat 9.0.39

Correct version declaration for Apache HttpClient 5 and its reactive module.
This commit is contained in:
Juergen Hoeller
2020-10-16 12:20:15 +02:00
parent a2ff139edd
commit 23211c784e
3 changed files with 9 additions and 9 deletions

View File

@@ -43,8 +43,8 @@ dependencies {
testCompile("org.eclipse.jetty:jetty-server")
testCompile("org.eclipse.jetty:jetty-servlet")
testCompile("org.eclipse.jetty:jetty-reactive-httpclient")
testCompile('org.apache.httpcomponents.client5:httpclient5:5.0')
testCompile('org.apache.httpcomponents.core5:httpcore5-reactive:5.0')
testCompile('org.apache.httpcomponents.client5:httpclient5')
testCompile('org.apache.httpcomponents.core5:httpcore5-reactive')
testCompile("com.squareup.okhttp3:mockwebserver")
testCompile("org.jetbrains.kotlin:kotlin-script-runtime")
testRuntime("org.jetbrains.kotlin:kotlin-scripting-jsr223")