Skip to content

Commit 28de11e

Browse files
authored
Update asciidoctor 2.0.23 (#1273)
* Update asciidoctor 2.0.23 * Pin MacOS to version 13 for Java 8
1 parent fb66c12 commit 28de11e

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- '17'
2727
os:
2828
- ubuntu-latest
29-
- macos-latest
29+
- macos-13
3030
runs-on: ${{ matrix.os }}
3131
steps:
3232
- uses: actions/checkout@v3

CHANGELOG.adoc

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

1414
== Unreleased
1515

16+
Improvement::
17+
18+
* Upgrade to asciidoctor 2.0.23 (#1272)
19+
* Upgrade to asciidoctorj-epub3 2.1.3 (#1272)
20+
* Upgrade to JRuby 9.4.7.0 (#1272)
21+
1622
Bug Fixes::
1723

1824
* Column#setWidth is ignored (#1265) (@Vampire)

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ext {
6060
arquillianVersion = '1.6.0.Final'
6161
arquillianSpockVersion = '1.0.0.CR1'
6262
asciidoctorjPdfVersion = '2.3.14'
63-
asciidoctorjEpub3Version = '2.1.0'
63+
asciidoctorjEpub3Version = '2.1.3'
6464
asciidoctorjDiagramVersion = '2.3.0'
6565
asciidoctorjDiagramDitaaMiniVersion = '1.0.3'
6666
asciidoctorjDiagramPlantumlVersion = '1.2024.3'
@@ -69,7 +69,7 @@ ext {
6969
guavaVersion = '18.0'
7070
hamcrestVersion = '1.3'
7171
jcommanderVersion = '1.82'
72-
jrubyVersion = '9.4.6.0'
72+
jrubyVersion = '9.4.7.0'
7373
jsoupVersion = '1.14.3'
7474
junitVersion = '4.13.2'
7575
assertjVersion = '3.19.0'
@@ -79,7 +79,7 @@ ext {
7979
pdfboxVersion = '1.8.16'
8080

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

0 commit comments

Comments
 (0)