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-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 02aa2da Bump extra-enforcer-rules from 1.4 to 1.5.1
02aa2da is described below
commit 02aa2daa25bf668cee49ccbe0e40105d68f9e271
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 27 04:02:16 2021 +0000
Bump extra-enforcer-rules from 1.4 to 1.5.1
Bumps
[extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from
1.4 to 1.5.1.
- [Release notes](https://github.com/mojohaus/extra-enforcer-rules/releases)
-
[Commits](https://github.com/mojohaus/extra-enforcer-rules/compare/extra-enforcer-rules-1.4...extra-enforcer-rules-1.5.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] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5a05b93..420cc8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1143,7 +1143,7 @@ under the License.
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
- <version>1.4</version>
+ <version>1.5.1</version>
</dependency>
</dependencies>
<executions>