From 98273488f5bf3be11f6b00ae5de0d1c9c91a1f74 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Wed, 29 Jun 2022 10:38:32 +0200 Subject: [PATCH] Gradle: Upgrade AsciidoctorJ PDF to version 2.1.4 See [1]. [1]: https://github.com/asciidoctor/asciidoctorj-pdf/compare/v2.1.2...v2.1.4 Signed-off-by: Sebastian Schuberth --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c072626b4a585..515cd30825d62 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ versionsPlugin = "0.42.0" # @pin this version as it needs to be aligned with "digraphParser". antlr = "4.9.3" asciidoctorj = "2.5.4" -asciidoctorjPdf = "2.1.2" +asciidoctorjPdf = "2.1.4" clikt = "3.5.0" commonsCompress = "1.21" commonsEmail = "1.5"