We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fa235 commit 7608687Copy full SHA for 7608687
1 file changed
pom.xml
@@ -602,7 +602,7 @@
602
<plugin>
603
<groupId>org.asciidoctor</groupId>
604
<artifactId>asciidoctor-maven-plugin</artifactId>
605
- <version>1.5.2</version>
+ <version>2.2.1</version>
606
</plugin>
607
608
<groupId>org.jacoco</groupId>
@@ -692,7 +692,7 @@
692
693
<groupId>org.apache.maven.plugins</groupId>
694
<artifactId>maven-enforcer-plugin</artifactId>
695
- <version>1.3.1</version>
+ <version>3.0.0</version>
696
<executions>
697
<execution>
698
<id>enforce-versions</id>
@@ -749,7 +749,7 @@
749
<dependency>
750
751
<artifactId>asciidoctorj-pdf</artifactId>
752
- <version>1.5.0-alpha.6</version>
+ <version>1.6.0</version>
753
</dependency>
754
</dependencies>
755
<configuration>
0 commit comments