You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/07/26 06:56:18 UTC

[maven-site] branch master updated: Bump extra-enforcer-rules from 1.5.1 to 1.6.1

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-site.git


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

commit abab1ac018120080a013a0cbaf193c014b583c34
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jul 25 23:03:47 2022 +0000

    Bump extra-enforcer-rules from 1.5.1 to 1.6.1
    
    Bumps [extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.5.1 to 1.6.1.
    - [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.1)
    
    ---
    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 7e6d62f5..0003304e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@
           <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>extra-enforcer-rules</artifactId>
-            <version>1.5.1</version>
+            <version>1.6.1</version>
           </dependency>
         </dependencies>
         <executions>