Skip to content

Commit c68d42d

Browse files
authored
Upgrade to Asciidoctor 2.0.26 (#1316)
* Upgrade to Asciidoctor 2.0.26 * Update CHANGELOG.adoc
1 parent 807e293 commit c68d42d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ Documentation::
1919

2020
Improvements::
2121

22-
* Upgrade to asciidoctorj-pdf 2.3.19 (#1300)
22+
* Upgrade to asciidoctorj-pdf 2.3.26 (#1316)
2323
* Upgrade to asciidoctorj-epub 2.2.0 (#1300)
24+
* Upgrade to asciidoctorj-diagram 3.0.1 (#1316)
2425
* Upgrade to asciidoctorj-revealjs 5.2.0 (#1300)
2526
* Upgrade to JRuby 9.4.14.0 (#1313)
2627

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ ext {
6464

6565
// jar versions
6666
arquillianVersion = '1.9.2.Final'
67-
asciidoctorjPdfVersion = '2.3.19'
67+
asciidoctorjPdfVersion = '2.3.23'
6868
asciidoctorjEpub3Version = '2.2.0'
69-
asciidoctorjDiagramVersion = '2.3.2'
69+
asciidoctorjDiagramVersion = '3.0.1'
7070
asciidoctorjDiagramDitaaMiniVersion = '1.0.3'
7171
asciidoctorjDiagramJsyntraxVersion = '1.38.2'
7272
asciidoctorjDiagramBatikVersion = '1.17'
73-
asciidoctorjDiagramPlantumlVersion = '1.2025.2'
73+
asciidoctorjDiagramPlantumlVersion = '1.2025.3'
7474
asciidoctorjRevealJsVersion = '5.2.0'
7575
commonsioVersion = '2.19.0'
7676
hamcrestVersion = '2.2'
@@ -87,7 +87,7 @@ ext {
8787
pdfboxVersion = '3.0.5'
8888

8989
// gem versions
90-
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '2.0.23'
90+
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '2.0.26'
9191
asciimathGemVersion = '2.0.4'
9292
coderayGemVersion = '1.1.3'
9393
rougeGemVersion = '3.30.0'

0 commit comments

Comments
 (0)