Skip to content

Commit d347346

Browse files
committed
Upgrade to Spring Asciidoctor Extensions 0.4.3.RELEASE
Pick up the workaround for the AsciidoctorJ bug that prevents the configprops macro's attributes from being parsed. The lack of parsing meant that the envvar format was being lost and properties were being written in the canonical form instead. Closes gh-21794
1 parent a5e7cf7 commit d347346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ dependencies {
1919
api("com.vaadin.external.google:android-json:0.0.20131108.vaadin1")
2020
api("commons-fileupload:commons-fileupload:1.4")
2121
api("io.mockk:mockk:1.9.3")
22-
api("io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.4.1.RELEASE")
23-
api("io.spring.asciidoctor:spring-asciidoctor-extensions-spring-boot:0.4.1.RELEASE")
22+
api("io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.4.3.RELEASE")
23+
api("io.spring.asciidoctor:spring-asciidoctor-extensions-spring-boot:0.4.3.RELEASE")
2424
api("jline:jline:2.11")
2525
api("net.java.dev.jna:jna-platform:5.5.0")
2626
api("net.sf.jopt-simple:jopt-simple:5.0.4")

0 commit comments

Comments
 (0)