Skip to content

Commit

Permalink
Upgrade to asciidoctor 2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer committed Jan 6, 2022
1 parent 5765549 commit 6f4ac24
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co

Improvement::

* Upgrade to asciidoctorj 2.0.17 (#1074)
* Upgrade to asciidoctorj-pdf 1.6.2 (#1073)
* Upgrade to rouge 3.27.0 (#1073)
* Upgrade to asciidoctorj-diagram 2.2.1 (#1066) (@abelsromero) (#1065)
* Upgrade to jruby 9.2.20.1 (#1074)
* Upgrade to rouge 3.27.0 (#1073)
* Upgrade CLI to use JCommander 1.81 (@abelsromero) (#1067)

Build Improvement::
Expand All @@ -28,6 +30,9 @@ Build Improvement::
Documentation::

* Clarify execution order for extensions (@rockyallen) (#1068)
* Added docs for attributes and positional attributes in extensions (#1072)
* Added docs for how to log from extensions (#1071)


== 2.5.2 (2021-08-08)

Expand Down
6 changes: 3 additions & 3 deletions 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.81'
jrubyVersion = '9.2.17.0'
jrubyVersion = '9.2.20.1'
jsoupVersion = '1.14.3'
junitVersion = '4.13.2'
assertjVersion = '3.19.0'
Expand All @@ -79,15 +79,15 @@ ext {
pdfboxVersion = '1.8.16'

// gem versions
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '2.0.16'
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '2.0.17'
asciimathGemVersion = '2.0.3'
coderayGemVersion = '1.1.3'
rougeGemVersion = '3.27.0'

codenarcVersion = '2.1.0'
groovyVersion = '2.4.21'
erubisGemVersion = '2.7.0'
hamlGemVersion = '5.0.4'
hamlGemVersion = '5.2.2'
openUriCachedGemVersion = '0.0.5'
slimGemVersion = '4.1.0'
concurrentRubyGemVersion = '1.1.7'
Expand Down

0 comments on commit 6f4ac24

Please sign in to comment.