Author: tilman
Date: Mon Oct 28 10:37:32 2024
New Revision: 1921617
URL: http://svn.apache.org/viewvc?rev=1921617&view=rev
Log:
PDFBOX-5660: update maven-plugin-annotations, maven-checkstyle-plugin
Modified:
pdfbox/trunk/parent/pom.xml
Modified: pdfbox/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1921617&r1=1921616&r2=1921617&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Mon Oct 28 10:37:32 2024
@@ -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>
@@ -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>