From 52044da95ad309ca88104a1c2dfaf6329eed9e19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:26:31 +0000 Subject: [PATCH] Bump org.asciidoctor.jvm.convert from 3.3.2 to 4.0.0 Bumps org.asciidoctor.jvm.convert from 3.3.2 to 4.0.0. --- updated-dependencies: - dependency-name: org.asciidoctor.jvm.convert dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- joinfaces-documentation/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joinfaces-documentation/build.gradle b/joinfaces-documentation/build.gradle index f899e0484..aba6b5497 100644 --- a/joinfaces-documentation/build.gradle +++ b/joinfaces-documentation/build.gradle @@ -2,7 +2,7 @@ import org.joinfaces.build.BomDocumentation import org.joinfaces.build.PropertyDocumentation plugins { - id "org.asciidoctor.jvm.convert" version "3.3.2" + id "org.asciidoctor.jvm.convert" version "4.0.0" id "io.freefair.aggregate-javadoc" id "io.freefair.javadoc-links" id "io.freefair.okhttp"