Skip to content

Commit 616e74a

Browse files
authored
Merge pull request #1235 from robertpanzer/upgrade-jruby-2.5.x
2 parents 088e373 + 3b6641e commit 616e74a

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.3.0 (#1235) (@headius)
19+
1620
== 2.5.10 (2023-06-04)
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.4.2.0'
72+
jrubyVersion = '9.4.3.0'
7373
jsoupVersion = '1.14.3'
7474
junitVersion = '4.13.2'
7575
assertjVersion = '3.19.0'

0 commit comments

Comments
 (0)