Skip to content

Commit 7608687

Browse files
committed
Update to JDK 17
1 parent 98fa235 commit 7608687

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602
<plugin>
603603
<groupId>org.asciidoctor</groupId>
604604
<artifactId>asciidoctor-maven-plugin</artifactId>
605-
<version>1.5.2</version>
605+
<version>2.2.1</version>
606606
</plugin>
607607
<plugin>
608608
<groupId>org.jacoco</groupId>
@@ -692,7 +692,7 @@
692692
<plugin>
693693
<groupId>org.apache.maven.plugins</groupId>
694694
<artifactId>maven-enforcer-plugin</artifactId>
695-
<version>1.3.1</version>
695+
<version>3.0.0</version>
696696
<executions>
697697
<execution>
698698
<id>enforce-versions</id>
@@ -749,7 +749,7 @@
749749
<dependency>
750750
<groupId>org.asciidoctor</groupId>
751751
<artifactId>asciidoctorj-pdf</artifactId>
752-
<version>1.5.0-alpha.6</version>
752+
<version>1.6.0</version>
753753
</dependency>
754754
</dependencies>
755755
<configuration>

0 commit comments

Comments
 (0)