Skip to content

Commit

Permalink
Bump JRuby to v9.4.5.0 (asciidoctor#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero authored Dec 7, 2023
1 parent e6298f0 commit 978e7b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Improvement::
* Remove deprecated methods and constants from extension package (#1203) (@abelsromero)
* Remove deprecated methods from ast package (#1204) (@abelsromero)
* Add Automatic-Module-Name manifest entry to core, api, and cli for reserving stable JPMS module names (#1240) (@leadpony)
* Remove Java 'requires open access' module warning in modern Java versions (#1246)

Bug Fixes::

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ext {
guavaVersion = '18.0'
hamcrestVersion = '1.3'
jcommanderVersion = '1.82'
jrubyVersion = '9.4.3.0'
jrubyVersion = '9.4.5.0'
jsoupVersion = '1.14.3'
junit4Version = '4.13.2'
junit5Version = '5.9.2'
Expand Down

0 comments on commit 978e7b2

Please sign in to comment.