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

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


The following commit(s) were added to refs/heads/master by this push:
     new c2587c4  Bump maven-enforcer-plugin from 3.0.0 to 3.1.0
c2587c4 is described below

commit c2587c40a86cd4904aeb7dee200806c9072534b6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 13 05:30:18 2022 +0000

    Bump maven-enforcer-plugin from 3.0.0 to 3.1.0
    
    Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) 
from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/apache/maven-enforcer/releases)
    - 
[Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.0.0...enforcer-3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5d6c82f..39d775f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -256,7 +256,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-enforcer-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.1.0</version>
           <dependencies>
             <dependency>
               <groupId>org.codehaus.mojo</groupId>
@@ -287,7 +287,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>3.0.0</version>
+        <version>3.1.0</version>
         <dependencies>
           <dependency>
             <groupId>org.codehaus.mojo</groupId>

Reply via email to