Skip to content

Commit

Permalink
Merge pull request asciidoctor#1168 from robertpanzer/update-asciidoc…
Browse files Browse the repository at this point in the history
…torj-diagram-v2.5.x

Upgrade to the latest version of asciidoctorj-diagram
  • Loading branch information
robertpanzer authored Apr 9, 2023
2 parents 71d8558 + 18a1a12 commit 098cfda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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 'standalone' option, deprecates 'headerFooter' (#1160) (@abelsromero)
* Upgrade to asciidoctorj-diagram 2.2.7

Bug Fixes::

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ ext {
arquillianSpockVersion = '1.0.0.CR1'
asciidoctorjPdfVersion = '1.6.2'
asciidoctorjEpub3Version = '1.5.1'
asciidoctorjDiagramVersion = '2.2.4'
asciidoctorjDiagramVersion = '2.2.7'
asciidoctorjDiagramDitaaMiniVersion = '1.0.3'
asciidoctorjDiagramPlantumlVersion = '1.2022.14'
asciidoctorjDiagramPlantumlVersion = '1.2023.5'
asciidoctorjRevealJsVersion = '4.1.0'
commonsioVersion = '2.11.0'
guavaVersion = '18.0'
Expand Down

0 comments on commit 098cfda

Please sign in to comment.