This is an automated email from the ASF dual-hosted git repository.

lehmi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git


The following commit(s) were added to refs/heads/master by this push:
     new c488aec  update maven plugins
c488aec is described below

commit c488aec98b35aa0d431e2c3a26e8539403e5b475
Author: Andreas Lehmkühler <[email protected]>
AuthorDate: Sat May 16 16:23:14 2026 +0200

    update maven plugins
---
 pom.xml | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 80898ab..13ebf30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -319,12 +319,12 @@
                                        <dependency>
                                                
<groupId>org.apache.maven.scm</groupId>
                                                
<artifactId>maven-scm-provider-gitexe</artifactId>
-                                               <version>1.12.2</version>
+                                               <version>2.2.1</version>
                                        </dependency>
                                        <dependency>
                                                
<groupId>org.apache.maven.scm</groupId>
                                                
<artifactId>maven-scm-api</artifactId>
-                                               <version>1.12.2</version>
+                                               <version>2.2.1</version>
                                        </dependency>
                                </dependencies>
                        </plugin>
@@ -342,7 +342,6 @@
                        </plugin>
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
-            <version>2.6</version>
             <executions>
               <execution>
                 <goals>
@@ -411,7 +410,7 @@
                                <plugin>
                                        <groupId>org.apache.rat</groupId>
                                        
<artifactId>apache-rat-plugin</artifactId>
-                                       <version>0.17</version>
+                                       <version>0.18</version>
                                        <configuration>
                                                <excludes>
                                                        
<exclude>src/test/resources/images/*</exclude>
@@ -487,7 +486,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>exec-maven-plugin</artifactId>
-                <version>3.1.0</version>
+                <version>3.6.3</version>
                 <executions>
                     <execution>
                         <id>run-benchmarks-jfr</id>
@@ -542,7 +541,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>exec-maven-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.6.3</version>
                     <executions>
                         <execution>
                             <id>run-benchmarks</id>
@@ -573,7 +572,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.8</version>
+            <version>3.2.0</version>
             <executions>
               <execution>
                 <goals>

Reply via email to