Skip to content

Commit

Permalink
Upgrade to Jetty Reactive HttpClient 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Jul 20, 2020
1 parent 64f4703 commit 6c7f18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -152,7 +152,7 @@ configure(allprojects) { project ->
dependency("org.apache.httpcomponents:httpasyncclient:4.1.4") {
exclude group: "commons-logging", name: "commons-logging"
}
dependency "org.eclipse.jetty:jetty-reactive-httpclient:1.1.3"
dependency "org.eclipse.jetty:jetty-reactive-httpclient:1.1.4"

dependency "org.jruby:jruby:9.2.11.1"
dependency "org.python:jython-standalone:2.7.1"
Expand Down

0 comments on commit 6c7f18e

Please sign in to comment.