Skip to content

Commit 852008f

Browse files
authored
Upgrade asciidoctor 2.0.22 (#1268)
1 parent 63a6f36 commit 852008f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co
1616
Improvement::
1717

1818
* Add Reader.getSource() and Reader.getSourceLines() (#1262)
19-
* Upgrade to asciidoctor 2.0.21 (#1267)
19+
* Upgrade to asciidoctor 2.0.22 (#1268)
2020
* Upgrade to JRuby 9.4.6.0 (#1267)
21-
* Upgrade to asciidoctorj-pdf 2.3.13 (#1267)
21+
* Upgrade to asciidoctorj-pdf 2.3.14 (#1268)
2222
* Upgrade to asciidoctorj-diagram 2.3.0 (#1267)
2323
* Upgrade to asciidoctorj-diagram-plantuml 1.2024.3 (#1267)
2424
* Upgrade to asciidoctorj-reveal.js 5.1.0 (#1267)
25+
* Upgrade to asciidoctorj-epub3.js 2.1.0 (#1268)
2526

2627
== 2.5.10 (2023-12-20)
2728

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ ext {
5959
// jar versions
6060
arquillianVersion = '1.6.0.Final'
6161
arquillianSpockVersion = '1.0.0.CR1'
62-
asciidoctorjPdfVersion = '2.3.13'
63-
asciidoctorjEpub3Version = '1.5.1'
62+
asciidoctorjPdfVersion = '2.3.14'
63+
asciidoctorjEpub3Version = '2.1.0'
6464
asciidoctorjDiagramVersion = '2.3.0'
6565
asciidoctorjDiagramDitaaMiniVersion = '1.0.3'
6666
asciidoctorjDiagramPlantumlVersion = '1.2024.3'
@@ -79,7 +79,7 @@ ext {
7979
pdfboxVersion = '1.8.16'
8080

8181
// gem versions
82-
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '2.0.21'
82+
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '2.0.22'
8383
asciimathGemVersion = '2.0.4'
8484
coderayGemVersion = '1.1.3'
8585
rougeGemVersion = '3.30.0'

0 commit comments

Comments
 (0)