From f369b9f58f5aa333cee47d9ebb758d73b83d6799 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 6 Oct 2020 18:51:14 -0700 Subject: [PATCH] Upgrade to spring-asciidoctor-extensions 0.5.0 Closes gh-23605 --- 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 21ec8cc12f..4b7c5795e2 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -148,7 +148,7 @@ bom { ] } } - library("Spring Asciidoctor Extensions", "0.4.3.RELEASE") { + library("Spring Asciidoctor Extensions", "0.5.0-SNAPSHOT") { group("io.spring.asciidoctor") { modules = [ "spring-asciidoctor-extensions-block-switch",