Skip to content

Commit fd7ece4

Browse files
committed
bump jruby to 9.2.12.0
1 parent 0e033f9 commit fd7ece4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rubyUtils.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ buildscript {
2525
dependencies {
2626
classpath 'org.yaml:snakeyaml:1.23'
2727
classpath "de.undercouch:gradle-download-task:4.0.4"
28-
classpath "org.jruby:jruby-complete:9.2.11.1"
28+
classpath "org.jruby:jruby-complete:9.2.12.0"
2929
}
3030
}
3131

versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ logstash-core-plugin-api: 2.1.16
77
# jruby must reference a *released* version of jruby which can be downloaded from the official download url
88
# *and* for which jars artifacts are published for compile-time
99
jruby:
10-
version: 9.2.11.1
11-
sha1: cceb81635fe3cd39f895c7632428e94b503e8e3d
10+
version: 9.2.12.0
11+
sha1: bccc2034e773cb1aba2cc4b8b40921265f6e857f
1212

1313
# jruby-runtime-override, if specified, will override the jruby version installed in vendor/jruby for logstash runtime only,
1414
# not for the compile-time jars

0 commit comments

Comments
 (0)