Skip to content

Commit 098cfda

Browse files
authoredApr 9, 2023
Merge pull request #1168 from robertpanzer/update-asciidoctorj-diagram-v2.5.x
Upgrade to the latest version of asciidoctorj-diagram
2 parents 71d8558 + 18a1a12 commit 098cfda

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎CHANGELOG.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co
1616
Improvement::
1717

1818
* Add 'standalone' option, deprecates 'headerFooter' (#1160) (@abelsromero)
19+
* Upgrade to asciidoctorj-diagram 2.2.7
1920

2021
Bug Fixes::
2122

‎build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ ext {
6161
arquillianSpockVersion = '1.0.0.CR1'
6262
asciidoctorjPdfVersion = '1.6.2'
6363
asciidoctorjEpub3Version = '1.5.1'
64-
asciidoctorjDiagramVersion = '2.2.4'
64+
asciidoctorjDiagramVersion = '2.2.7'
6565
asciidoctorjDiagramDitaaMiniVersion = '1.0.3'
66-
asciidoctorjDiagramPlantumlVersion = '1.2022.14'
66+
asciidoctorjDiagramPlantumlVersion = '1.2023.5'
6767
asciidoctorjRevealJsVersion = '4.1.0'
6868
commonsioVersion = '2.11.0'
6969
guavaVersion = '18.0'

0 commit comments

Comments
 (0)