Skip to content

Commit

Permalink
Deps: update JRuby to 9.2.20.0 (#13387)
Browse files Browse the repository at this point in the history
  • Loading branch information
kares authored Nov 3, 2021
1 parent 35522ac commit 55e7a26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rubyUtils.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildscript {
dependencies {
classpath 'org.yaml:snakeyaml:1.29'
classpath "de.undercouch:gradle-download-task:4.0.4"
classpath "org.jruby:jruby-complete:9.2.19.0"
classpath "org.jruby:jruby-complete:9.2.20.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ bundled_jdk:
# 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.19.0
sha1: e61ac187d5e312a198a0b1767eb8c4f36c750749
version: 9.2.20.0
sha1: 5359c32c3d43e2cbfd4310f11941174560f63bc9

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

0 comments on commit 55e7a26

Please sign in to comment.