Files
spring-batch/package.json
Rob Winch f09c974808 Use official Antora Maven Plugin
- Use the latest Antora Maven Plugin
- Switch to package.json (this allows dependabot to update the versions)
- Also works around https://github.com/asciidoctor/asciidoctor.js/issues/1732 by
  by forcing the asciidoctor.js version to previous release
2024-05-24 18:48:22 +02:00

12 lines
488 B
JSON

{
"//": "Until it is fixed, force asciidoctor/core version https://github.com/asciidoctor/asciidoctor.js/issues/1732",
"dependencies": {
"antora": "3.2.0-alpha.4",
"@asciidoctor/core": "2.2.6",
"@antora/atlas-extension": "1.0.0-alpha.2",
"@antora/collector-extension": "1.0.0-alpha.3",
"@asciidoctor/tabs": "1.0.0-beta.6",
"@springio/antora-extensions": "1.11.1",
"@springio/asciidoctor-extensions": "1.0.0-alpha.10"
}
}