Skip to content

Commit

Permalink
Merge pull request #1117 from robertpanzer/upgrade-jruby-2.5.x
Browse files Browse the repository at this point in the history
Upgrade to JRuby 9.3.8.0
  • Loading branch information
robertpanzer committed Sep 19, 2022
2 parents 6eaea7e + 658fd01 commit 091736e
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 @@ -16,6 +16,7 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co
Improvement::

* Add command line option --failure-level to force non-zero exit code from AsciidoctorJ CLI if specified logging level is reached. (#1115) (@pasieronen)
* Upgrade to JRuby 9.3.8.0 (#1117)

Bug Fixes::

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ext {
guavaVersion = '18.0'
hamcrestVersion = '1.3'
jcommanderVersion = '1.82'
jrubyVersion = '9.3.4.0'
jrubyVersion = '9.3.8.0'
jsoupVersion = '1.14.3'
junitVersion = '4.13.2'
assertjVersion = '3.19.0'
Expand Down

0 comments on commit 091736e

Please sign in to comment.