Skip to content

Commit

Permalink
GH-458 - Upgrade build plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Sep 4, 2024
1 parent 4843fa8 commit 4b18d61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>2.2.4</version>
<version>3.0.0</version>
<dependencies>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>2.5.10</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-diagram</artifactId>
<version>2.2.11</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>io.spring.asciidoctor.backends</groupId>
Expand Down Expand Up @@ -389,7 +389,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.1</version>
<configuration>
<pushChanges>false</pushChanges>
<scmCommentPrefix />
Expand Down

0 comments on commit 4b18d61

Please sign in to comment.