From 3e9341fbb4144682290503d6d2c657e023b18f6b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Mar 2021 10:59:26 +0000 Subject: [PATCH] Start using Spring Asciidoctor 0.5.1 snapshots See 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 8146949fd97..8dad8f01750 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.4.3.RELEASE") { + library("Spring Asciidoctor Extensions", "0.5.1-SNAPSHOT") { group("io.spring.asciidoctor") { modules = [ "spring-asciidoctor-extensions-block-switch",