From 772cb289f3f32b723f5a6e824fab257c0b00e8b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 19:27:52 +0000 Subject: [PATCH] Bump org.asciidoctor:asciidoctorj-diagram from 2.3.0 to 2.3.1 Bumps [org.asciidoctor:asciidoctorj-diagram](https://github.com/asciidoctor/asciidoctorj-diagram) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/asciidoctor/asciidoctorj-diagram/releases) - [Commits](https://github.com/asciidoctor/asciidoctorj-diagram/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: org.asciidoctor:asciidoctorj-diagram dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 965df7a48..5a0e7cb62 100644 --- a/build.gradle +++ b/build.gradle @@ -145,7 +145,7 @@ dependencies { implementation 'io.sentry:sentry:7.10.0' // when updating the versions here, also update them in AsciiDocDownloaderUtil for dynamic download - testImplementation 'org.asciidoctor:asciidoctorj-diagram:2.3.0' + testImplementation 'org.asciidoctor:asciidoctorj-diagram:2.3.1' testImplementation 'org.asciidoctor:asciidoctorj-diagram-plantuml:1.2024.3' testImplementation 'org.asciidoctor:asciidoctorj-pdf:2.3.17'