bump jruby to 9.2.6.0

Fixes #10425
This commit is contained in:
Joao Duarte 2019-02-11 22:41:50 +00:00 committed by João Duarte
parent 1162282130
commit 1c88792d49
2 changed files with 3 additions and 3 deletions

View file

@ -8,5 +8,5 @@ repositories {
}
dependencies {
compile group: 'org.jruby', name: 'jruby-complete', version: '9.2.5.0'
compile group: 'org.jruby', name: 'jruby-complete', version: '9.2.6.0'
}

View file

@ -7,8 +7,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
# *and* for which jars artifacts are published for compile-time
jruby:
version: 9.2.5.0
sha1: c78526ce98b1b4273d11989246cb9bf224ce9712
version: 9.2.6.0
sha1: 3c13ec3966f6cc44966f3978c96325b9e56174f1
# jruby-runtime-override, if specified, will override the jruby version installed in vendor/jruby for logstash runtime only,
# not for the compile-time jars