renovate-bot opened a new pull request, #176:
URL: https://github.com/apache/sling-site/pull/176

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | 
[org.asciidoctor:asciidoctorj](https://togithub.com/asciidoctor/asciidoctorj) | 
`2.5.2` -> `3.0.0` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.asciidoctor:asciidoctorj/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.asciidoctor:asciidoctorj/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.asciidoctor:asciidoctorj/2.5.2/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.asciidoctor:asciidoctorj/2.5.2/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   > [!WARNING]
   > Some dependencies could not be looked up. Check the Dependency Dashboard 
for more information.
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>asciidoctor/asciidoctorj (org.asciidoctor:asciidoctorj)</summary>
   
   ### 
[`v3.0.0`](https://togithub.com/asciidoctor/asciidoctorj/releases/tag/v3.0.0)
   
   [Compare 
Source](https://togithub.com/asciidoctor/asciidoctorj/compare/v2.5.13...v3.0.0)
   
   #### Breaking changes
   
   **Improvement:**
   
   -   Fix Macro APIs to take StructuralNodes and return Phrase- or 
StructuralNodes. 
([#&#8203;1084](https://togithub.com/asciidoctor/asciidoctorj/issues/1084))
   -   Allow Preprocessor extensions to create new Readers and replace the 
original Reader. 
([#&#8203;1081](https://togithub.com/asciidoctor/asciidoctorj/issues/1081))
   -   Set Java 11 as the minimal version 
([#&#8203;1151](https://togithub.com/asciidoctor/asciidoctorj/issues/1151)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Remove deprecated methods in Options, OptionsBuilder, Attributes & 
AttributesBuilder 
([#&#8203;1199](https://togithub.com/asciidoctor/asciidoctorj/issues/1199)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Remove deprecated methods from Asciidoctor interface 
([#&#8203;1201](https://togithub.com/asciidoctor/asciidoctorj/issues/1201)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Remove deprecated methods from Document interface 
([#&#8203;1202](https://togithub.com/asciidoctor/asciidoctorj/issues/1202)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Remove deprecated methods and constants from extension package 
([#&#8203;1203](https://togithub.com/asciidoctor/asciidoctorj/issues/1203)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Remove deprecated methods from ast package 
([#&#8203;1204](https://togithub.com/asciidoctor/asciidoctorj/issues/1204)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Add Automatic-Module-Name manifest entry to core, api, and cli for 
reserving stable JPMS module names 
([#&#8203;1240](https://togithub.com/asciidoctor/asciidoctorj/issues/1240)) 
([@&#8203;leadpony](https://togithub.com/leadpony))
   -   Remove Java 'requires open access' module warning in modern Java 
versions 
([#&#8203;1246](https://togithub.com/asciidoctor/asciidoctorj/issues/1246))
   -   Add Reader.getSource() and Reader.getSourceLines() 
([#&#8203;1262](https://togithub.com/asciidoctor/asciidoctorj/issues/1262))
   
   **Bug Fixes:**
   
   -   \-s CLI option should be changed to -e to align with Asciidoctor 
([#&#8203;1237](https://togithub.com/asciidoctor/asciidoctorj/issues/1237)) 
([@&#8203;mojavelinux](https://togithub.com/mojavelinux))
   -   Column#setWidth is ignored 
([#&#8203;1265](https://togithub.com/asciidoctor/asciidoctorj/issues/1265)) 
([@&#8203;Vampire](https://togithub.com/Vampire))
   -   Fix unresolvable dependency of JRuby Gradle plugin. 
([#&#8203;1275](https://togithub.com/asciidoctor/asciidoctorj/issues/1275))
   
   #### Compatible changes
   
   **Improvement:**
   
   -   Add `setContext` function to StructuralNode. 
([#&#8203;1250](https://togithub.com/asciidoctor/asciidoctorj/issues/1250)) 
([@&#8203;RayOffiah](https://togithub.com/RayOffiah))
   -   Add command line option --failure-level to force non-zero exit code from 
AsciidoctorJ CLI if specified logging level is reached. 
([#&#8203;1114](https://togithub.com/asciidoctor/asciidoctorj/issues/1114))
   -   Upgrade to asciidoctorj 2.0.23 
([#&#8203;1280](https://togithub.com/asciidoctor/asciidoctorj/issues/1280))
   -   Upgrade to asciidoctorj-pdf 2.3.18 
([#&#8203;1280](https://togithub.com/asciidoctor/asciidoctorj/issues/1280))
   -   Upgrade to asciidoctorj-revealjs 5.1.0 
([#&#8203;1256](https://togithub.com/asciidoctor/asciidoctorj/issues/1256))
   -   Upgrade to asciidoctorj-diagram 2.3.1 
([#&#8203;1280](https://togithub.com/asciidoctor/asciidoctorj/issues/1280))
   -   Upgrade to asciidoctorj-diagram-jsyntrax 1.38.2 
([#&#8203;1282](https://togithub.com/asciidoctor/asciidoctorj/issues/1282))
   -   Upgrade to JRuby 9.4.8.0 
([#&#8203;1280](https://togithub.com/asciidoctor/asciidoctorj/issues/1280))
   -   Upgrade to tilt 2.0.11 
([#&#8203;1109](https://togithub.com/asciidoctor/asciidoctorj/issues/1109))
   -   Upgrade to asciimath 2.0.4 
([#&#8203;1109](https://togithub.com/asciidoctor/asciidoctorj/issues/1109))
   -   Expose `sectnum` property in Section interface 
([#&#8203;1121](https://togithub.com/asciidoctor/asciidoctorj/issues/1121))
   -   Replace use of deprecated 'numbered' attribute by 'sectnums' 
([#&#8203;1123](https://togithub.com/asciidoctor/asciidoctorj/issues/1123)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Expose `source` and `source_lines` use of deprecated 'numbered' in 
Document interface 
([#&#8203;1145](https://togithub.com/asciidoctor/asciidoctorj/issues/1145)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Accept 'null' as valid input (same as empty string) for load and convert 
String methods 
([#&#8203;1148](https://togithub.com/asciidoctor/asciidoctorj/issues/1148)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Create `asciidoctorj-cli` module to prevent unnecessary dependencies to 
asciidoctorj jar consumers 
([#&#8203;1149](https://togithub.com/asciidoctor/asciidoctorj/issues/1149))
   -   Add required `--add-opens` to cli launch script to remove Jdk warnings 
([#&#8203;1155](https://togithub.com/asciidoctor/asciidoctorj/issues/1155)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Rename deprecated `headerFooter` option to the new `standalone` with 
same functionality 
([#&#8203;1155](https://togithub.com/asciidoctor/asciidoctorj/issues/1155)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Remove class `AsciidoctorUtils` to remove complexity and unused logging 
([#&#8203;1169](https://togithub.com/asciidoctor/asciidoctorj/issues/1169)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Expose ImageReferences in the catalog 
([#&#8203;1166](https://togithub.com/asciidoctor/asciidoctorj/issues/1166)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Return Document AST when using convert or convertFile with appropriate 
options 
([#&#8203;1171](https://togithub.com/asciidoctor/asciidoctorj/issues/1171)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Expose Links in the catalog 
([#&#8203;1183](https://togithub.com/asciidoctor/asciidoctorj/issues/1183)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   
   **Bug Fixes:**
   
   -   Cell nodes do not inherit from StructuralNode 
([#&#8203;1086](https://togithub.com/asciidoctor/asciidoctorj/issues/1086)) 
([@&#8203;rahmanusta](https://togithub.com/rahmanusta))
   -   Avoid throwing an exception when using AsciidoctorJ CLI and reading 
input from stdin 
([#&#8203;1105](https://togithub.com/asciidoctor/asciidoctorj/issues/1105)) 
([@&#8203;AlexCzar](https://togithub.com/AlexCzar))
   -   Remove destinationDir Option from API (use toDir instead) 
([#&#8203;853](https://togithub.com/asciidoctor/asciidoctorj/issues/853), 
[#&#8203;941](https://togithub.com/asciidoctor/asciidoctorj/issues/941)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Fix CLI target file location for source files relative to source dir 
([#&#8203;1135](https://togithub.com/asciidoctor/asciidoctorj/issues/1135)) 
([@&#8203;AlexCzar](https://togithub.com/AlexCzar))
   -   Fix ConcurrentModificationException when converting to stream 
concurrently 
([#&#8203;1158](https://togithub.com/asciidoctor/asciidoctorj/issues/1158)) 
([@&#8203;rocketraman](https://togithub.com/rocketraman))
   -   'UnsupportedOperationException' when passing immutable Map as options to 
'createPhraseNode' 
([#&#8203;1221](https://togithub.com/asciidoctor/asciidoctorj/issues/1221)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   
   **Build Improvement:**
   
   -   Upgrade build to Gradle 8.5 
([#&#8203;1256](https://togithub.com/asciidoctor/asciidoctorj/issues/1256))
   -   Upgrade Spring Boot test to 3.0.0 
([#&#8203;1134](https://togithub.com/asciidoctor/asciidoctorj/issues/1134))
   -   Fix upstream tests forcing SNAPSHOT on Asciidoctor gem installation 
([#&#8203;1123](https://togithub.com/asciidoctor/asciidoctorj/issues/1123)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Fix upstream build removing the explicit plugin repository 
([#&#8203;1131](https://togithub.com/asciidoctor/asciidoctorj/issues/1131))
   -   Set JUnit5 as default test engine 
([#&#8203;1186](https://togithub.com/asciidoctor/asciidoctorj/issues/1186)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Removed pollutedTest Gradle task using junit-pioneer 
([#&#8203;1193](https://togithub.com/asciidoctor/asciidoctorj/issues/1193)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Ignore 'docs/\*\*' changes in CI 
([#&#8203;1225](https://togithub.com/asciidoctor/asciidoctorj/issues/1225)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Add test for ensuring that asciidoctor version is available in CLI 
([#&#8203;1230](https://togithub.com/asciidoctor/asciidoctorj/issues/1230)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Run tests on Java 21 
([#&#8203;1236](https://togithub.com/asciidoctor/asciidoctorj/issues/1236)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   
   **Documentation:**
   
   -   Fix invalid 'http://asciidoctor.org' references in docs and JavaDocs 
([#&#8203;1195](https://togithub.com/asciidoctor/asciidoctorj/issues/1195)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   
   ### 
[`v2.5.13`](https://togithub.com/asciidoctor/asciidoctorj/releases/tag/v2.5.13)
   
   [Compare 
Source](https://togithub.com/asciidoctor/asciidoctorj/compare/v2.5.12...v2.5.13)
   
   **Improvements:**
   
   -   Upgrade to asciidoctor 2.0.23 
([#&#8203;1272](https://togithub.com/asciidoctor/asciidoctorj/issues/1272))
   -   Upgrade to asciidoctorj-epub3 2.1.3 
([#&#8203;1272](https://togithub.com/asciidoctor/asciidoctorj/issues/1272))
   -   Upgrade to JRuby 9.4.7.0 
([#&#8203;1272](https://togithub.com/asciidoctor/asciidoctorj/issues/1272))
   
   **Bug Fixes**:
   
   -   Column#setWidth is ignored 
([#&#8203;1265](https://togithub.com/asciidoctor/asciidoctorj/issues/1265)) 
([@&#8203;Vampire](https://togithub.com/Vampire))
   
   ### 
[`v2.5.12`](https://togithub.com/asciidoctor/asciidoctorj/releases/tag/v2.5.12)
   
   [Compare 
Source](https://togithub.com/asciidoctor/asciidoctorj/compare/v2.5.11...v2.5.12)
   
   **Improvements**:
   
   -   Add Reader.getSource() and Reader.getSourceLines() 
([#&#8203;1262](https://togithub.com/asciidoctor/asciidoctorj/issues/1262))
   -   Upgrade to asciidoctor 2.0.22 
([#&#8203;1268](https://togithub.com/asciidoctor/asciidoctorj/issues/1268))
   -   Upgrade to JRuby 9.4.6.0 
([#&#8203;1267](https://togithub.com/asciidoctor/asciidoctorj/issues/1267))
   -   Upgrade to asciidoctorj-pdf 2.3.14 
([#&#8203;1268](https://togithub.com/asciidoctor/asciidoctorj/issues/1268))
   -   Upgrade to asciidoctorj-diagram 2.3.0 
([#&#8203;1267](https://togithub.com/asciidoctor/asciidoctorj/issues/1267))
   -   Upgrade to asciidoctorj-diagram-plantuml 1.2024.3 
([#&#8203;1267](https://togithub.com/asciidoctor/asciidoctorj/issues/1267))
   -   Upgrade to asciidoctorj-reveal.js 5.1.0 
([#&#8203;1267](https://togithub.com/asciidoctor/asciidoctorj/issues/1267))
   -   Upgrade to asciidoctorj-epub3.js 2.1.0 
([#&#8203;1268](https://togithub.com/asciidoctor/asciidoctorj/issues/1268))
   
   ### 
[`v2.5.11`](https://togithub.com/asciidoctor/asciidoctorj/releases/tag/v2.5.11)
   
   [Compare 
Source](https://togithub.com/asciidoctor/asciidoctorj/compare/v2.5.10...v2.5.11)
   
   **Improvement**:
   
   -   Upgrade to JRuby 9.4.5.0 
([#&#8203;1254](https://togithub.com/asciidoctor/asciidoctorj/issues/1254))
   -   Upgrade to JRuby 9.4.3.0 
([#&#8203;1235](https://togithub.com/asciidoctor/asciidoctorj/issues/1235)) 
([@&#8203;headius](https://togithub.com/headius))
   -   Upgrade to asciidoctorj-pdf 2.3.10 
([#&#8203;1256](https://togithub.com/asciidoctor/asciidoctorj/issues/1256))
   -   Add `setContext` function to ContentNode. 
([#&#8203;1253](https://togithub.com/asciidoctor/asciidoctorj/issues/1253)) 
([@&#8203;RayOffiah](https://togithub.com/RayOffiah))
   
   **Bug Fixes:**:
   
   -   CLI should set :mkdirs option by default 
([#&#8203;1241](https://togithub.com/asciidoctor/asciidoctorj/issues/1241)) 
([@&#8203;mojavelinux](https://togithub.com/mojavelinux))
   
   #### Release Meta
   
   Released on: 2023-12-20
   Released by: [@&#8203;robertpanzer](https://togithub.com/robertpanzer)
   
   ### 
[`v2.5.10`](https://togithub.com/asciidoctor/asciidoctorj/releases/tag/v2.5.10)
   
   [Compare 
Source](https://togithub.com/asciidoctor/asciidoctorj/compare/v2.5.9...v2.5.10)
   
   **Improvement**:
   
   -   Upgrade to JRuby 9.4.2.0 
([#&#8203;1215](https://togithub.com/asciidoctor/asciidoctorj/issues/1215)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   
   #### Release Meta
   
   Released on: 2023-06-04
   Released by: [@&#8203;robertpanzer](https://togithub.com/robertpanzer)
   
   ### 
[`v2.5.9`](https://togithub.com/asciidoctor/asciidoctorj/releases/tag/v2.5.9): 
v.2.5.9
   
   [Compare 
Source](https://togithub.com/asciidoctor/asciidoctorj/compare/v2.5.8...v2.5.9)
   
   **Improvement**:
   
   -   Upgrade to asciidoctor-diagram 2.0.20
   
   **Build / Infrastructure**:
   
   -   Fix Asciidoctor upstream CI tests 
([#&#8203;1178](https://togithub.com/asciidoctor/asciidoctorj/issues/1178)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   
   #### Release Meta
   
   Released on: 2023-06-01
   Released by: [@&#8203;robertpanzer](https://togithub.com/robertpanzer)
   
   ### 
[`v2.5.8`](https://togithub.com/asciidoctor/asciidoctorj/releases/tag/v2.5.8)
   
   [Compare 
Source](https://togithub.com/asciidoctor/asciidoctorj/compare/v2.5.7...v2.5.8)
   
   **Improvement**:
   
   -   Add 'standalone' option, deprecates 'headerFooter' 
([#&#8203;1160](https://togithub.com/asciidoctor/asciidoctorj/issues/1160)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Upgrade to asciidoctorj-diagram 2.2.7
   
   **Bug Fixes**:
   
   -   Fix destinationDir not having effect. Deprecate destinationDir in favour 
of toDir 
([#&#8203;853](https://togithub.com/asciidoctor/asciidoctorj/issues/853), 
[#&#8203;941](https://togithub.com/asciidoctor/asciidoctorj/issues/941)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   -   Fix ConcurrentModificationException when converting to stream 
concurrently 
([#&#8203;1158](https://togithub.com/asciidoctor/asciidoctorj/issues/1158)) 
([@&#8203;rocketraman](https://togithub.com/rocketraman))
   
   #### Release Meta
   
   Released on: 2023-04-15
   Released by: [@&#8203;robertpanzer](https://togithub.com/robertpanzer)
   
   ### 
[`v2.5.7`](https://togithub.com/asciidoctor/asciidoctorj/releases/tag/v2.5.7)
   
   [Compare 
Source](https://togithub.com/asciidoctor/asciidoctorj/compare/v2.5.6...v2.5.7)
   
   **Improvement**
   
   -   Upgrade to asciidoctorj 2.0.18 
([#&#8203;1126](https://togithub.com/asciidoctor/asciidoctorj/issues/1126))
   
   **Build / Infrastructure**
   
   -   Replace use of deprecated 'numbered' attribute by 'sectnums' 
([#&#8203;1127](https://togithub.com/asciidoctor/asciidoctorj/issues/1127)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero))
   
   #### Release Meta
   
   Released on: 2022-10-21
   Released by: [@&#8203;robertpanzer](https://togithub.com/robertpanzer)
   
   ### 
[`v2.5.6`](https://togithub.com/asciidoctor/asciidoctorj/releases/tag/v2.5.6)
   
   [Compare 
Source](https://togithub.com/asciidoctor/asciidoctorj/compare/v2.5.5...v2.5.6)
   
   **Improvement**
   
   -   Add command line option --failure-level to force non-zero exit code from 
AsciidoctorJ CLI if specified logging level is reached. 
([#&#8203;1115](https://togithub.com/asciidoctor/asciidoctorj/issues/1115)) 
([@&#8203;pasieronen](https://togithub.com/pasieronen))
   -   Upgrade to JRuby 9.3.8.0 
([#&#8203;1117](https://togithub.com/asciidoctor/asciidoctorj/issues/1117))
   -   Upgrade to Rouge 3.30.0 
([#&#8203;1118](https://togithub.com/asciidoctor/asciidoctorj/issues/1118))
   
   **Bug Fixes**
   
   -   Avoid throwing an exception when using AsciidoctorJ CLI and reading 
input from stdin 
([#&#8203;1105](https://togithub.com/asciidoctor/asciidoctorj/issues/1105)) 
([@&#8203;AlexCzar](https://togithub.com/AlexCzar))
   
   #### Release Meta
   
   Released on: 2022-09-19
   Released by: [@&#8203;robertpanzer](https://togithub.com/robertpanzer)
   
   ### 
[`v2.5.5`](https://togithub.com/asciidoctor/asciidoctorj/releases/tag/v2.5.5)
   
   [Compare 
Source](https://togithub.com/asciidoctor/asciidoctorj/compare/v2.5.4...v2.5.5)
   
   This release is a minor bugfix release
   
   **Improvement**
   
   -   Upgrade to Rouge 3.29.0 
([#&#8203;1103](https://togithub.com/asciidoctor/asciidoctorj/issues/1103))
   
   **Bug Fixes**
   
   -   Cell nodes do not inherit from StructuralNode 
([#&#8203;1086](https://togithub.com/asciidoctor/asciidoctorj/issues/1086)) 
([@&#8203;rahmanusta](https://togithub.com/rahmanusta))
   
   #### Release Meta
   
   Released on: 2022-07-26
   Released by: [@&#8203;robertpanzer](https://togithub.com/robertpanzer)
   
   ### 
[`v2.5.4`](https://togithub.com/asciidoctor/asciidoctorj/releases/tag/v2.5.4)
   
   [Compare 
Source](https://togithub.com/asciidoctor/asciidoctorj/compare/v2.5.3...v2.5.4)
   
   This release brings a few dependency updates and bug fixes.
   It is also the first one to be built on GH Actions!
   
   **Improvement**
   
   -   Upgrade to asciidoctorj-diagram 2.2.3 
([#&#8203;1091](https://togithub.com/asciidoctor/asciidoctorj/issues/1091))
   -   Upgrade to jcommander 1.81 
([#&#8203;1079](https://togithub.com/asciidoctor/asciidoctorj/issues/1079))
   -   Upgrade to JRuby 9.3.4.0 
([#&#8203;1085](https://togithub.com/asciidoctor/asciidoctorj/issues/1085))
   -   Upgrade to Rouge 3.28.0 
([#&#8203;1085](https://togithub.com/asciidoctor/asciidoctorj/issues/1085))
   
   **Bug Fixes**
   
   -   Make DescriptionList.getBlocks() return null instead of a List of 
DescriptionListItems resulting in a ClassCastException 
([#&#8203;1082](https://togithub.com/asciidoctor/asciidoctorj/issues/1082)) 
([@&#8203;someth2say](https://togithub.com/someth2say))
   
   **Build Improvement**
   
   -   Upgrade to gradle 7.4.2 
([#&#8203;1086](https://togithub.com/asciidoctor/asciidoctorj/issues/1086))
   -   Upgrade to Wildfly 26.0.1 for integration test 
([#&#8203;1085](https://togithub.com/asciidoctor/asciidoctorj/issues/1085))
   -   Upgrade to Spring Boot 2.6.5 for integration test 
([#&#8203;1085](https://togithub.com/asciidoctor/asciidoctorj/issues/1085))
   -   Fix gem version check task 
([#&#8203;1087](https://togithub.com/asciidoctor/asciidoctorj/issues/1087))
   -   Release from Github Actions 
([#&#8203;1090](https://togithub.com/asciidoctor/asciidoctorj/issues/1090))
   
   **Documentation**
   
   -   Clarify execution order for extensions 
([@&#8203;rockyallen](https://togithub.com/rockyallen)) 
([#&#8203;1068](https://togithub.com/asciidoctor/asciidoctorj/issues/1068))
   -   Added docs for attributes and positional attributes in extensions 
([#&#8203;1072](https://togithub.com/asciidoctor/asciidoctorj/issues/1072))
   -   Added docs for how to log from extensions 
([#&#8203;1071](https://togithub.com/asciidoctor/asciidoctorj/issues/1071))
   
   #### Release Meta
   
   Released on: 2022-06-30
   Released by: [@&#8203;robertpanzer](https://togithub.com/robertpanzer)
   
   ### 
[`v2.5.3`](https://togithub.com/asciidoctor/asciidoctorj/releases/tag/v2.5.3)
   
   [Compare 
Source](https://togithub.com/asciidoctor/asciidoctorj/compare/v2.5.2...v2.5.3)
   
   This release brings the latest version of Asciidoctor, 2.0.17, Asciidoctor 
PDF, 1.6.2.
   
   **Improvement**
   
   -   Upgrade to asciidoctorj 2.0.17 
([#&#8203;1074](https://togithub.com/asciidoctor/asciidoctorj/issues/1074))
   -   Upgrade to asciidoctorj-pdf 1.6.2 
([#&#8203;1073](https://togithub.com/asciidoctor/asciidoctorj/issues/1073))
   -   Upgrade to asciidoctorj-diagram 2.2.1 
([#&#8203;1066](https://togithub.com/asciidoctor/asciidoctorj/issues/1066)) 
([@&#8203;abelsromero](https://togithub.com/abelsromero)) 
([#&#8203;1065](https://togithub.com/asciidoctor/asciidoctorj/issues/1065))
   -   Upgrade to jruby 9.2.20.1 
([#&#8203;1074](https://togithub.com/asciidoctor/asciidoctorj/issues/1074))
   -   Upgrade to rouge 3.27.0 
([#&#8203;1073](https://togithub.com/asciidoctor/asciidoctorj/issues/1073))
   -   Upgrade CLI to use JCommander 1.81 
([@&#8203;abelsromero](https://togithub.com/abelsromero)) 
([#&#8203;1067](https://togithub.com/asciidoctor/asciidoctorj/issues/1067))
   
   **Build Improvement**
   
   -   Add Java17 to CI pipelines 
([@&#8203;abelsromero](https://togithub.com/abelsromero)) 
([#&#8203;1055](https://togithub.com/asciidoctor/asciidoctorj/issues/1055))
   -   Improve pipelines to better display Asciidoctor test upstream 
([@&#8203;abelsromero](https://togithub.com/abelsromero)) 
([#&#8203;1057](https://togithub.com/asciidoctor/asciidoctorj/issues/1057))
   
   **Documentation**
   
   -   Clarify execution order for extensions 
([@&#8203;rockyallen](https://togithub.com/rockyallen)) 
([#&#8203;1068](https://togithub.com/asciidoctor/asciidoctorj/issues/1068))
   -   Added docs for attributes and positional attributes in extensions 
([#&#8203;1072](https://togithub.com/asciidoctor/asciidoctorj/issues/1072))
   -   Added docs for how to log from extensions 
([#&#8203;1071](https://togithub.com/asciidoctor/asciidoctorj/issues/1071))
   
   #### Release Meta
   
   Released on: 2022-01-12
   Released by: [@&#8203;robertpanzer](https://togithub.com/robertpanzer)
   Release Beer: Dogfish 90 Minute Imperial IPA
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: Branch creation - At any time (no schedule defined), 
Automerge - At any time (no schedule defined).
   
   🚦 **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
   🔕 **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR was generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the 
[repository job log](https://developer.mend.io/github/apache/sling-site).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to