From a8a6a4c3dca2574652c0ddc726a2d9f7c3b40d01 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Tue, 5 Mar 2024 21:43:00 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.adoc | 1 + build.gradle | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 7e92ad161..28fc517b6 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -15,6 +15,7 @@ This document provides a high-level view of the changes introduced by release. - When renaming Java classes, rename their references in AsciiDoc documents as well - Fixed calculation of root paths for multi-module projects (#1558) - New live template for Golang source code snippets (thanks to @dozer111) (#1553) +- Bump org.asciidoctor:asciidoctorj-diagram to 2.3.0 and PlantUML to 1.2024.3 (#1538) === 0.41.8 diff --git a/build.gradle b/build.gradle index 8289dd7c7..f9c0c30df 100644 --- a/build.gradle +++ b/build.gradle @@ -143,6 +143,7 @@ dependencies { // 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-plantuml:1.2024.3' testImplementation 'org.asciidoctor:asciidoctorj-pdf:2.3.13' testImplementation(gradleTestKit())