From 6296e1ec8ccc3cdb41c3f982acb391d531b6aea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 16:24:25 +0000 Subject: [PATCH] Bump org.asciidoctor:asciidoctorj-diagram from 3.0.1 to 3.1.0 Bumps [org.asciidoctor:asciidoctorj-diagram](https://github.com/asciidoctor/asciidoctorj-diagram) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/asciidoctor/asciidoctorj-diagram/releases) - [Commits](https://github.com/asciidoctor/asciidoctorj-diagram/compare/v3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: org.asciidoctor:asciidoctorj-diagram dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 25629108a..95100dade 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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. @@ -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")