You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/07/14 15:00:55 UTC

[maven-parent] branch master updated: Bump extra-enforcer-rules from 1.5.1 to 1.6.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f49631b  Bump extra-enforcer-rules from 1.5.1 to 1.6.0
f49631b is described below

commit f49631b77a0a7e3b0f31b4f2078fc86cb3d66fda
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jul 11 04:02:11 2022 +0000

    Bump extra-enforcer-rules from 1.5.1 to 1.6.0
    
    Bumps [extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.5.1 to 1.6.0.
    - [Release notes](https://github.com/mojohaus/extra-enforcer-rules/releases)
    - [Commits](https://github.com/mojohaus/extra-enforcer-rules/compare/extra-enforcer-rules-1.5.1...extra-enforcer-rules-1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:extra-enforcer-rules
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 53eadaa..793f91f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1140,7 +1140,7 @@ under the License.
             <dependency>
               <groupId>org.codehaus.mojo</groupId>
               <artifactId>extra-enforcer-rules</artifactId>
-              <version>1.5.1</version>
+              <version>1.6.0</version>
             </dependency>
           </dependencies>
           <executions>