You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2021/11/20 17:59:17 UTC

svn commit: r1895212 - /pdfbox/trunk/parent/pom.xml

Author: tilman
Date: Sat Nov 20 17:59:17 2021
New Revision: 1895212

URL: http://svn.apache.org/viewvc?rev=1895212&view=rev
Log:
PDFBOX-4892: update jacoco-maven-plugin, download-maven-plugin and maven-bundle-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=1895212&r1=1895211&r2=1895212&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Sat Nov 20 17:59:17 2021
@@ -234,7 +234,7 @@
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
-                <version>0.8.6</version>
+                <version>0.8.7</version>
                 <executions>
                     <execution>
                         <goals>
@@ -341,7 +341,7 @@
             <plugin>
                 <groupId>com.googlecode.maven-download-plugin</groupId>
                 <artifactId>download-maven-plugin</artifactId>
-                <version>1.6.0</version>
+                <version>1.6.7</version>
                 <configuration>
                     <skip>${skipTests}</skip>
                 </configuration>
@@ -379,7 +379,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>5.1.1</version>
+                    <version>5.1.2</version>
                 </plugin>
             </plugins>
         </pluginManagement>