Skip to content

Commit 6321daa

Browse files
bump jruby to 9.4.9.0 (#16634) (#16638)
(cherry picked from commit 6703aec) Co-authored-by: João Duarte <[email protected]>
1 parent f1cb893 commit 6321daa

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:${snakeYamlVersion}"
2727
classpath "de.undercouch:gradle-download-task:4.0.4"
28-
classpath "org.jruby:jruby-core:9.4.8.0"
28+
classpath "org.jruby:jruby-core:9.4.9.0"
2929
}
3030
}
3131

versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ bundled_jdk:
1313
# jruby must reference a *released* version of jruby which can be downloaded from the official download url
1414
# *and* for which jars artifacts are published for compile-time
1515
jruby:
16-
version: 9.4.8.0
17-
sha1: 57089c106c6d0ad09a00db519ab1e984ea716d13
16+
version: 9.4.9.0
17+
sha1: 64d8ea53d3ef7637069637f6affa2e7d971c0ade
1818
# jruby-runtime-override, if specified, will override the jruby version installed in vendor/jruby
1919
#jruby-runtime-override:
2020
# 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

0 commit comments

Comments
 (0)