From f823bbb9b241e44defcdfb6e8e2344cae1856614 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Mar 2021 20:24:45 +0000 Subject: [PATCH] Upgrade to Spring Asciidoctor Extensions 0.5.1 Closes gh-25558 --- spring-boot-project/spring-boot-parent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index 8dad8f01750..4d4bab30bfa 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -153,7 +153,7 @@ bom { ] } } - library("Spring Asciidoctor Extensions", "0.5.1-SNAPSHOT") { + library("Spring Asciidoctor Extensions", "0.5.1") { group("io.spring.asciidoctor") { modules = [ "spring-asciidoctor-extensions-block-switch",