Skip to content

Commit

Permalink
Upgrade asciidoctorj-pdf and jruby (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer authored Dec 20, 2023
1 parent 38fdb22 commit f58d07e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co

Improvement::

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

Bug Fixes::

Expand Down Expand Up @@ -49,11 +52,6 @@ Documentation::

Improvement::

* Add `setContext` function to ContentNode.

* Add command line option --failure-level to force non-zero exit code from AsciidoctorJ CLI if specified logging level is reached. (#1114)
* Upgrade to asciidoctorj 2.0.20 (#1208)
* Upgrade to asciidoctorj-pdf 2.3.7 (#1182)
* Add 'standalone' option, deprecates 'headerFooter' (#1160) (@abelsromero)
* Upgrade to asciidoctorj-diagram 2.2.7

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ext {
// jar versions
arquillianVersion = '1.6.0.Final'
arquillianSpockVersion = '1.0.0.CR1'
asciidoctorjPdfVersion = '2.3.7'
asciidoctorjPdfVersion = '2.3.10'
asciidoctorjEpub3Version = '1.5.1'
asciidoctorjDiagramVersion = '2.2.7' // 2.2.8+ requires Java 11
asciidoctorjDiagramDitaaMiniVersion = '1.0.3'
Expand All @@ -69,7 +69,7 @@ ext {
guavaVersion = '18.0'
hamcrestVersion = '1.3'
jcommanderVersion = '1.82'
jrubyVersion = '9.4.3.0'
jrubyVersion = '9.4.5.0'
jsoupVersion = '1.14.3'
junitVersion = '4.13.2'
assertjVersion = '3.19.0'
Expand Down

0 comments on commit f58d07e

Please sign in to comment.