Skip to content

Commit

Permalink
Update Rouge and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer committed Mar 27, 2022
1 parent a81e171 commit b9c933f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.adoc
Expand Up @@ -16,13 +16,16 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co
Improvement::

* Upgrade to jcommander 1.81 (#1079)
* Upgrade to JRuby 9.3.3.0 (#1079)
* Upgrade to JRuby 9.3.4.0 (#1085)
* Upgrade to Rouge 3.28.0 (#1085)

Bug Fixes::

Build Improvement::

* Upgrade to gradle 7.3.3 (#1079)
* Upgrade to gradle 7.4.1 (#1085)
* Upgrade to Wildfly 26.0.1 for integration test (#1085)
* Upgrade to Spring Boot 2.6.5 for integration test (#1085)

Documentation::

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
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.27.0'
rougeGemVersion = '3.28.0'

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

0 comments on commit b9c933f

Please sign in to comment.