Skip to content

Commit f58d07e

Browse files
authored
Upgrade asciidoctorj-pdf and jruby (#1254)
1 parent 38fdb22 commit f58d07e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

CHANGELOG.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co
1515

1616
Improvement::
1717

18+
* Upgrade to JRuby 9.4.5.0 (#1254)
1819
* Upgrade to JRuby 9.4.3.0 (#1235) (@headius)
20+
* Upgrade to asciidoctorj-pdf 2.3.10 (#1256)
21+
* Add `setContext` function to ContentNode. (#1253)
1922

2023
Bug Fixes::
2124

@@ -49,11 +52,6 @@ Documentation::
4952

5053
Improvement::
5154

52-
* Add `setContext` function to ContentNode.
53-
54-
* Add command line option --failure-level to force non-zero exit code from AsciidoctorJ CLI if specified logging level is reached. (#1114)
55-
* Upgrade to asciidoctorj 2.0.20 (#1208)
56-
* Upgrade to asciidoctorj-pdf 2.3.7 (#1182)
5755
* Add 'standalone' option, deprecates 'headerFooter' (#1160) (@abelsromero)
5856
* Upgrade to asciidoctorj-diagram 2.2.7
5957

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ext {
5959
// jar versions
6060
arquillianVersion = '1.6.0.Final'
6161
arquillianSpockVersion = '1.0.0.CR1'
62-
asciidoctorjPdfVersion = '2.3.7'
62+
asciidoctorjPdfVersion = '2.3.10'
6363
asciidoctorjEpub3Version = '1.5.1'
6464
asciidoctorjDiagramVersion = '2.2.7' // 2.2.8+ requires Java 11
6565
asciidoctorjDiagramDitaaMiniVersion = '1.0.3'
@@ -69,7 +69,7 @@ ext {
6969
guavaVersion = '18.0'
7070
hamcrestVersion = '1.3'
7171
jcommanderVersion = '1.82'
72-
jrubyVersion = '9.4.3.0'
72+
jrubyVersion = '9.4.5.0'
7373
jsoupVersion = '1.14.3'
7474
junitVersion = '4.13.2'
7575
assertjVersion = '3.19.0'

0 commit comments

Comments
 (0)