Skip to content

Commit d018303

Browse files
committed
Upgrade to Jetty Reactive HttpClient 1.1.3
1 parent 6515417 commit d018303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ configure(allprojects) { project ->
152152
dependency("org.apache.httpcomponents:httpasyncclient:4.1.4") {
153153
exclude group: "commons-logging", name: "commons-logging"
154154
}
155-
dependency "org.eclipse.jetty:jetty-reactive-httpclient:1.1.2"
155+
dependency "org.eclipse.jetty:jetty-reactive-httpclient:1.1.3"
156156

157157
dependency "org.jruby:jruby:9.2.11.1"
158158
dependency "org.python:jython-standalone:2.7.1"

0 commit comments

Comments
 (0)