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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user