Skip to content

Commit

Permalink
Upgrade to Jetty Reactive HttpClient 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Jun 6, 2020
1 parent 6515417 commit d018303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
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.2"
dependency "org.eclipse.jetty:jetty-reactive-httpclient:1.1.3"

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

0 comments on commit d018303

Please sign in to comment.