Skip to content

Commit

Permalink
Upgrade asciidoctor 2.0.22 (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer authored Mar 10, 2024
1 parent 63a6f36 commit 852008f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co
Improvement::

* Add Reader.getSource() and Reader.getSourceLines() (#1262)
* Upgrade to asciidoctor 2.0.21 (#1267)
* Upgrade to asciidoctor 2.0.22 (#1268)
* Upgrade to JRuby 9.4.6.0 (#1267)
* Upgrade to asciidoctorj-pdf 2.3.13 (#1267)
* Upgrade to asciidoctorj-pdf 2.3.14 (#1268)
* Upgrade to asciidoctorj-diagram 2.3.0 (#1267)
* Upgrade to asciidoctorj-diagram-plantuml 1.2024.3 (#1267)
* Upgrade to asciidoctorj-reveal.js 5.1.0 (#1267)
* Upgrade to asciidoctorj-epub3.js 2.1.0 (#1268)

== 2.5.10 (2023-12-20)

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ ext {
// jar versions
arquillianVersion = '1.6.0.Final'
arquillianSpockVersion = '1.0.0.CR1'
asciidoctorjPdfVersion = '2.3.13'
asciidoctorjEpub3Version = '1.5.1'
asciidoctorjPdfVersion = '2.3.14'
asciidoctorjEpub3Version = '2.1.0'
asciidoctorjDiagramVersion = '2.3.0'
asciidoctorjDiagramDitaaMiniVersion = '1.0.3'
asciidoctorjDiagramPlantumlVersion = '1.2024.3'
Expand All @@ -79,7 +79,7 @@ ext {
pdfboxVersion = '1.8.16'

// gem versions
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '2.0.21'
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '2.0.22'
asciimathGemVersion = '2.0.4'
coderayGemVersion = '1.1.3'
rougeGemVersion = '3.30.0'
Expand Down

0 comments on commit 852008f

Please sign in to comment.