Skip to content

Commit

Permalink
PDFBOX-5660: update maven-plugin-annotations, maven-checkstyle-plugin
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1921617 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Oct 28, 2024
1 parent 3774d09 commit 74a8d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.15.0</version>
<version>3.15.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -113,7 +113,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<!-- this one is for checkstyle:check -->
<configuration>
<skip>${skipTests}</skip>
Expand Down

0 comments on commit 74a8d09

Please sign in to comment.