Skip to content

Commit 978e7b2

Browse files
authored
Bump JRuby to v9.4.5.0 (#1246)
Fixes #1035
1 parent e6298f0 commit 978e7b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Improvement::
2626
* Remove deprecated methods and constants from extension package (#1203) (@abelsromero)
2727
* Remove deprecated methods from ast package (#1204) (@abelsromero)
2828
* Add Automatic-Module-Name manifest entry to core, api, and cli for reserving stable JPMS module names (#1240) (@leadpony)
29+
* Remove Java 'requires open access' module warning in modern Java versions (#1246)
2930

3031
Bug Fixes::
3132

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ext {
7171
guavaVersion = '18.0'
7272
hamcrestVersion = '1.3'
7373
jcommanderVersion = '1.82'
74-
jrubyVersion = '9.4.3.0'
74+
jrubyVersion = '9.4.5.0'
7575
jsoupVersion = '1.14.3'
7676
junit4Version = '4.13.2'
7777
junit5Version = '5.9.2'

0 commit comments

Comments
 (0)