Updated: JRuby to 9.2.11.1

Fixes #11723
This commit is contained in:
Karol Bucek 2020-03-26 11:47:41 +01:00
parent e77a2985c3
commit baf60a9840
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ buildscript {
dependencies {
classpath 'org.yaml:snakeyaml:1.23'
classpath "de.undercouch:gradle-download-task:3.2.0"
classpath "org.jruby:jruby-complete:9.2.11.0"
classpath "org.jruby:jruby-complete:9.2.11.1"
}
}

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.11.0
sha1: c92bf2e52132b4d6d120f8dfbae15b36ab20d9d4
version: 9.2.11.1
sha1: cceb81635fe3cd39f895c7632428e94b503e8e3d
# jruby-runtime-override, if specified, will override the jruby version installed in vendor/jruby for logstash runtime only,
# not for the compile-time jars