This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new ec4cd86126 Bump maven-enforcer-plugin from 3.0.0 to 3.1.0 ec4cd86126 is described below commit ec4cd861268d5da59b811cd62797af1ae9ba151f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Jun 15 20:52:52 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] <supp...@github.com> --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4c1e930a15..b39d4ccbf2 100644 --- a/pom.xml +++ b/pom.xml @@ -1238,7 +1238,7 @@ <plugins> <plugin> <artifactId>maven-enforcer-plugin</artifactId> - <version>3.0.0</version> + <version>3.1.0</version> <executions> <execution> <phase>validate</phase> @@ -1248,7 +1248,7 @@ <configuration> <rules> <requireMavenVersion> - <version>3.0.0</version> + <version>3.1.0</version> </requireMavenVersion> <requireJavaVersion> <!-- We require a recent Java version for the build, but we enforce compatibility with older versions using Animal Sniffer -->