Skip to content

Commit 5e20670

Browse files
committed
Bump JRuby to latest v9.4.2.0
Closes asciidoctor#1215
1 parent 31faa88 commit 5e20670

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.adoc

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co
1313

1414
== Unreleased
1515

16+
Improvement::
17+
18+
* Upgrade to JRuby 9.4.2.0 (#1215) (@abelsromero)
19+
1620
== 2.5.9 (2023-06-01)
1721

1822
Improvement::

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ext {
6969
guavaVersion = '18.0'
7070
hamcrestVersion = '1.3'
7171
jcommanderVersion = '1.82'
72-
jrubyVersion = '9.3.10.0'
72+
jrubyVersion = '9.4.2.0'
7373
jsoupVersion = '1.14.3'
7474
junitVersion = '4.13.2'
7575
assertjVersion = '3.19.0'

0 commit comments

Comments
 (0)