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 ca89c03 [MPOM-412] Bump maven-enforcer-plugin to 3.3.0 and
extra-enforcer-rules from 1.6.2 to 1.7.0 (#124)
ca89c03 is described below
commit ca89c03fac8e895afdcb62a28013907de09cf0e3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 9 14:59:47 2023 +0200
[MPOM-412] Bump maven-enforcer-plugin to 3.3.0 and extra-enforcer-rules
from 1.6.2 to 1.7.0 (#124)
Bumps
[extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from
1.6.2 to 1.7.0.
- [Release notes](https://github.com/mojohaus/extra-enforcer-rules/releases)
-
[Commits](https://github.com/mojohaus/extra-enforcer-rules/compare/1.6.2...1.7.0)
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Guillaume Nodet <[email protected]>
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 421a513..937aea1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1141,11 +1141,12 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
+ <version>3.3.0</version>
<dependencies>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
- <version>1.6.2</version>
+ <version>1.7.0</version>
</dependency>
</dependencies>
<executions>