Skip to content

Commit

Permalink
bump jruby to 9.2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd authored and elasticsearch-bot committed Aug 5, 2020
1 parent bba5e5d commit b56a3d3
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.23'
classpath "de.undercouch:gradle-download-task:4.0.4"
classpath "org.jruby:jruby-complete:9.2.12.0"
classpath "org.jruby:jruby-complete:9.2.13.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0
sha1: bccc2034e773cb1aba2cc4b8b40921265f6e857f
version: 9.2.13.0
sha1: 876bee4475c1d22b1acd437fcdf7f38b682f0e60

# 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 b56a3d3

Please sign in to comment.