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

slachiewicz pushed a commit to branch dependencies
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git

commit c6e09918a64563d2f586a576af34a647de485b31
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Tue Nov 24 21:49:59 2020 +0100

    Update plugin dependencies
---
 pom.xml | 30 +++++-------------------------
 1 file changed, 5 insertions(+), 25 deletions(-)

diff --git a/pom.xml b/pom.xml
index e20532c..96ddc1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
     <pluginTestingHarnessVersion>1.3</pluginTestingHarnessVersion>
     <mavenVersion>3.0</mavenVersion>
     <antVersion>1.7.1</antVersion>
-    <mavenInvokerPluginVersion>3.0.1</mavenInvokerPluginVersion>
+    <mavenInvokerPluginVersion>3.2.1</mavenInvokerPluginVersion>
     
<maven.site.path>plugin-tools-archives/plugin-tools-LATEST</maven.site.path>
     <asmVersion>9.0</asmVersion>
     
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
@@ -196,12 +196,6 @@
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-velocity</artifactId>
         <version>1.2</version>
-        <exclusions>
-          <exclusion>
-            <groupId>velocity</groupId>
-            <artifactId>velocity</artifactId>
-          </exclusion>
-        </exclusions>
       </dependency>
 
       <!-- other -->
@@ -243,7 +237,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.13</version>
+        <version>4.13.1</version>
         <scope>test</scope>
       </dependency>
     </dependencies>
@@ -263,7 +257,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.9.0</version>
+          <version>3.9.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -291,26 +285,12 @@
     <plugins>
       <plugin>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>enforce-bytecode-version</id>
-            <configuration>
-              <rules>
-                <enforceBytecodeVersion>
-                  <excludes>
-                    <!-- ASM supports Java 1.5+, see 
https://asm.ow2.io/faq.html#Q14 -->
-                    <exclude>org.ow2.asm:*</exclude>
-                  </excludes>
-                </enforceBytecodeVersion>
-              </rules>
-            </configuration>
-          </execution>
-        </executions>
+        <version>3.0.0-M3</version>
         <dependencies>
           <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>extra-enforcer-rules</artifactId>
-            <version>1.2</version>
+            <version>1.3</version>
           </dependency>
         </dependencies>
       </plugin>

Reply via email to