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 authored and xcl(徐程林) committed Aug 16, 2020
1 parent 9455d36 commit e35f835
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 e35f835

Please sign in to comment.