Skip to content

Commit

Permalink
Merge pull request #1073 from robertpanzer/upgrade-pdf
Browse files Browse the repository at this point in the history
Upgrade to asciidoctorj-pdf 1.6.2
  • Loading branch information
robertpanzer committed Jan 5, 2022
2 parents 85585db + ffca0f5 commit 8351743
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co

Improvement::

* 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 CLI to use JCommander 1.81 (@abelsromero) (#1067)

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ext {
// jar versions
arquillianVersion = '1.6.0.Final'
arquillianSpockVersion = '1.0.0.CR1'
asciidoctorjPdfVersion = '1.6.0'
asciidoctorjPdfVersion = '1.6.2'
asciidoctorjEpub3Version = '1.5.1'
asciidoctorjDiagramVersion = '2.2.1'
asciidoctorjDiagramDitaaMiniVersion = '1.0.1'
Expand All @@ -82,7 +82,7 @@ ext {
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '2.0.16'
asciimathGemVersion = '2.0.3'
coderayGemVersion = '1.1.3'
rougeGemVersion = '3.26.0'
rougeGemVersion = '3.27.0'

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

0 comments on commit 8351743

Please sign in to comment.