Skip to content

Commit d5fc324

Browse files
committed
Upgrade to Asciidoctor Maven Plugin 1.6.0
Closes spring-projectsgh-17234
1 parent db44d73 commit d5fc324

File tree

3 files changed

+4
-9
lines changed
  • spring-boot-project
    • spring-boot-actuator-autoconfigure
    • spring-boot-parent
    • spring-boot-tools/spring-boot-gradle-plugin

3 files changed

+4
-9
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@
799799
<dependency>
800800
<groupId>org.asciidoctor</groupId>
801801
<artifactId>asciidoctorj-pdf</artifactId>
802-
<version>1.5.0-alpha.11</version>
802+
<version>1.5.0-alpha.18</version>
803803
</dependency>
804804
</dependencies>
805805
</plugin>

spring-boot-project/spring-boot-parent/pom.xml

+2-7
Original file line numberDiff line numberDiff line change
@@ -293,17 +293,12 @@
293293
<plugin>
294294
<groupId>org.asciidoctor</groupId>
295295
<artifactId>asciidoctor-maven-plugin</artifactId>
296-
<version>1.5.7.1</version>
296+
<version>1.6.0</version>
297297
<dependencies>
298-
<dependency>
299-
<groupId>org.asciidoctor</groupId>
300-
<artifactId>asciidoctorj</artifactId>
301-
<version>1.5.8</version>
302-
</dependency>
303298
<dependency>
304299
<groupId>org.asciidoctor</groupId>
305300
<artifactId>asciidoctorj-pdf</artifactId>
306-
<version>1.5.0-alpha.11</version>
301+
<version>1.5.0-alpha.18</version>
307302
</dependency>
308303
</dependencies>
309304
</plugin>

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
<dependency>
361361
<groupId>io.spring.asciidoctor</groupId>
362362
<artifactId>spring-asciidoctor-extensions</artifactId>
363-
<version>0.1.3.RELEASE</version>
363+
<version>0.2.0.RELEASE</version>
364364
</dependency>
365365
</dependencies>
366366
</plugin>

0 commit comments

Comments
 (0)