mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 01:37:28 -04:00
bump jruby to 9.4.9.0 (#16634)
This commit is contained in:
parent
849f431033
commit
6703aec476
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ buildscript {
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath "org.yaml:snakeyaml:${snakeYamlVersion}"
|
classpath "org.yaml:snakeyaml:${snakeYamlVersion}"
|
||||||
classpath "de.undercouch:gradle-download-task:4.0.4"
|
classpath "de.undercouch:gradle-download-task:4.0.4"
|
||||||
classpath "org.jruby:jruby-core:9.4.8.0"
|
classpath "org.jruby:jruby-core:9.4.9.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ bundled_jdk:
|
||||||
# jruby must reference a *released* version of jruby which can be downloaded from the official download url
|
# 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
|
# *and* for which jars artifacts are published for compile-time
|
||||||
jruby:
|
jruby:
|
||||||
version: 9.4.8.0
|
version: 9.4.9.0
|
||||||
sha1: 57089c106c6d0ad09a00db519ab1e984ea716d13
|
sha1: 64d8ea53d3ef7637069637f6affa2e7d971c0ade
|
||||||
# jruby-runtime-override, if specified, will override the jruby version installed in vendor/jruby
|
# jruby-runtime-override, if specified, will override the jruby version installed in vendor/jruby
|
||||||
#jruby-runtime-override:
|
#jruby-runtime-override:
|
||||||
# url: https://oss.sonatype.org/content/repositories/snapshots/org/jruby/jruby-dist/9.3.0.0-SNAPSHOT/jruby-dist-9.3.0.0-20210723.214927-259-bin.tar.gz
|
# url: https://oss.sonatype.org/content/repositories/snapshots/org/jruby/jruby-dist/9.3.0.0-SNAPSHOT/jruby-dist-9.3.0.0-20210723.214927-259-bin.tar.gz
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue