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

slachiewicz pushed a commit to branch 
dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.0.0
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git

commit 59ddcaa8ade8ae3b58b83525d943e76925a84e0c
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Sun Nov 21 11:01:59 2021 +0100

    Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0
---
 pom.xml | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 980ed98..8f84f8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,8 +268,16 @@ under the License.
           <version>3.1.1</version>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-enforcer-plugin</artifactId>
-          <version>3.0.0-M3</version>
+          <version>3.0.0</version>
+          <dependencies>
+            <dependency>
+              <groupId>org.codehaus.mojo</groupId>
+              <artifactId>extra-enforcer-rules</artifactId>
+              <version>1.4</version>
+            </dependency>
+          </dependencies>
         </plugin>
         <plugin>
           <artifactId>maven-checkstyle-plugin</artifactId>
@@ -408,6 +416,14 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-enforcer-plugin</artifactId>
+            <version>3.0.0</version>
+            <dependencies>
+              <dependency>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>extra-enforcer-rules</artifactId>
+                <version>1.4</version>
+              </dependency>
+            </dependencies>
             <executions>
               <execution>
                 <id>enforce-bytecode-version</id>

Reply via email to