Skip to content

Commit

Permalink
Upgrade to Rouge 3.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer committed Sep 19, 2022
1 parent 091736e commit c7713ef
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 @@ -17,6 +17,7 @@ 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)
* Upgrade to Rouge 3.30.0 (#1118)

Bug Fixes::

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ext {
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '2.0.17'
asciimathGemVersion = '2.0.3'
coderayGemVersion = '1.1.3'
rougeGemVersion = '3.29.0'
rougeGemVersion = '3.30.0'

codenarcVersion = '2.1.0'
groovyVersion = '2.4.21'
Expand Down

0 comments on commit c7713ef

Please sign in to comment.