Skip to content

Commit

Permalink
Update asciidoctor 2.0.23 (#1273)
Browse files Browse the repository at this point in the history
* Update asciidoctor 2.0.23

* Pin MacOS to version 13 for Java 8
  • Loading branch information
robertpanzer authored May 18, 2024
1 parent fb66c12 commit 28de11e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- '17'
os:
- ubuntu-latest
- macos-latest
- macos-13
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co

== Unreleased

Improvement::

* Upgrade to asciidoctor 2.0.23 (#1272)
* Upgrade to asciidoctorj-epub3 2.1.3 (#1272)
* Upgrade to JRuby 9.4.7.0 (#1272)

Bug Fixes::

* Column#setWidth is ignored (#1265) (@Vampire)
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ext {
arquillianVersion = '1.6.0.Final'
arquillianSpockVersion = '1.0.0.CR1'
asciidoctorjPdfVersion = '2.3.14'
asciidoctorjEpub3Version = '2.1.0'
asciidoctorjEpub3Version = '2.1.3'
asciidoctorjDiagramVersion = '2.3.0'
asciidoctorjDiagramDitaaMiniVersion = '1.0.3'
asciidoctorjDiagramPlantumlVersion = '1.2024.3'
Expand All @@ -69,7 +69,7 @@ ext {
guavaVersion = '18.0'
hamcrestVersion = '1.3'
jcommanderVersion = '1.82'
jrubyVersion = '9.4.6.0'
jrubyVersion = '9.4.7.0'
jsoupVersion = '1.14.3'
junitVersion = '4.13.2'
assertjVersion = '3.19.0'
Expand All @@ -79,7 +79,7 @@ ext {
pdfboxVersion = '1.8.16'

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

0 comments on commit 28de11e

Please sign in to comment.