Skip to content

Commit

Permalink
Upgrading maven-project-info-reports-plugin and asciidoctorj-pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Oct 22, 2024
1 parent 6d7c38f commit 675c7a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
Expand Down Expand Up @@ -2221,7 +2221,7 @@ under the License.
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
<version>2.3.18</version>
<version>2.3.19</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 675c7a6

Please sign in to comment.