Revert "Upgrade to JRuby 9.1.14.0"

This reverts commit d38e4ff665.
(Original commit was part of
https://github.com/elastic/logstash/pull/8620)

The revert is due to `UDPSocket.new(Socket::AF_INET)` crashing in
9.1.14.0:

* https://github.com/elastic/logstash/issues/8736
* https://github.com/jruby/jruby/issues/4869

Fixes #8738
This commit is contained in:
Jordan Sissel 2017-11-27 13:28:39 -08:00
parent bccc0d9a39
commit d0c3f46d06

View file

@ -6,8 +6,8 @@ logstash-core-plugin-api: 2.1.16
# jruby must reference a *released* version of jruby which can be downloaded from the official download url # jruby must reference a *released* version of jruby which can be downloaded from the official download url
# *and* for which jars artifacts are published for compile-time # *and* for which jars artifacts are published for compile-time
jruby: jruby:
version: 9.1.14.0 version: 9.1.13.0
sha1: 56cd68e5ac1324ab56e2e86a57a0154f8142bde2 sha1: 815bac27d5daa1459a4477d6d80584f007ce6a68
# jruby-runtime-override, if specified, will override the jruby version installed in vendor/jruby for logstash runtime only, # jruby-runtime-override, if specified, will override the jruby version installed in vendor/jruby for logstash runtime only,
# not for the compile-time jars # not for the compile-time jars