Skip to content

Commit 8577a39

Browse files
committed
Upgrade to Spring Asciidoctor Extensions 0.4.1.RELEASE
Closes gh-20158
1 parent f2a1840 commit 8577a39

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

spring-boot-project/spring-boot-parent/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ javaPlatform {
1313
dependencies {
1414
api(enforcedPlatform(project(":spring-boot-project:spring-boot-dependencies")))
1515
api(enforcedPlatform("org.testcontainers:testcontainers-bom:1.12.5"))
16-
16+
1717
constraints {
1818
api("com.vaadin.external.google:android-json:0.0.20131108.vaadin1")
1919
api("commons-fileupload:commons-fileupload:1.4")
2020
api("io.mockk:mockk:1.9.3")
21+
api("io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.4.1.RELEASE")
22+
api("io.spring.asciidoctor:spring-asciidoctor-extensions-spring-boot:0.4.1.RELEASE")
2123
api("jline:jline:2.11")
2224
api("net.sf.jopt-simple:jopt-simple:5.0.4")
2325
api("org.apache.commons:commons-compress:1.19")

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ repositories {
2828
dependencies {
2929
api(platform(project(":spring-boot-project:spring-boot-dependencies")))
3030

31-
asciidoctorExtensions("io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.4.0.RELEASE")
31+
asciidoctorExtensions(platform(project(":spring-boot-project:spring-boot-parent")))
32+
asciidoctorExtensions("io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch")
3233

3334
implementation(project(":spring-boot-project:spring-boot-tools:spring-boot-buildpack-platform"))
3435
implementation(project(":spring-boot-project:spring-boot-tools:spring-boot-loader-tools"))

0 commit comments

Comments
 (0)