Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
* https://github.com/asciidoctor/asciidoctorj-pdf/issues/25
*/
implementation("org.snakeyaml:snakeyaml-engine:2.9")
implementation("org.asciidoctor:asciidoctorj:3.0.1") // WARNING: when upgrading asciidoctorj, see comment above about snakeyaml!
implementation("org.asciidoctor:asciidoctorj:3.1.0") // WARNING: when upgrading asciidoctorj, see comment above about snakeyaml!
implementation("commons-io:commons-io:2.21.0")
implementation("io.github.markdown-asciidoc:markdown-to-asciidoc:2.0.1") {
// Exclude the Kotlin dependency, as this plugin uses only the Java version of the converter.
Expand All @@ -59,7 +59,7 @@ dependencies {
implementation("io.sentry:sentry:8.27.1")

// when updating the versions here, also update them in AsciiDocDownloaderUtil for dynamic download
testImplementation("org.asciidoctor:asciidoctorj-diagram:3.0.1")
testImplementation("org.asciidoctor:asciidoctorj-diagram:3.1.0")
testImplementation("org.asciidoctor:asciidoctorj-diagram-plantuml:1.2025.3")
testImplementation("org.asciidoctor:asciidoctorj-diagram-batik:1.17")
testImplementation("org.asciidoctor:asciidoctorj-diagram-jsyntrax:1.38.2")
Expand Down
Loading