Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade asciidoctorj-diagram to 2.2.3 #1091

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Expand Up @@ -15,6 +15,7 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co

Improvement::

* Upgrade to asciidoctorj-diagram 2.2.3 (#1091)
* Upgrade to jcommander 1.81 (#1079)
* Upgrade to JRuby 9.3.4.0 (#1085)
* Upgrade to Rouge 3.28.0 (#1085)
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -61,9 +61,9 @@ ext {
arquillianSpockVersion = '1.0.0.CR1'
asciidoctorjPdfVersion = '1.6.2'
asciidoctorjEpub3Version = '1.5.1'
asciidoctorjDiagramVersion = '2.2.1'
asciidoctorjDiagramDitaaMiniVersion = '1.0.1'
asciidoctorjDiagramPlantumlVersion = '1.2021.8'
asciidoctorjDiagramVersion = '2.2.3'
asciidoctorjDiagramDitaaMiniVersion = '1.0.3'
asciidoctorjDiagramPlantumlVersion = '1.2022.5'
asciidoctorjRevealJsVersion = '4.1.0'
commonsioVersion = '2.11.0'
guavaVersion = '18.0'
Expand Down