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 ff9238220b Bump maven-plugin-tools.version from 3.15.0 to 3.15.1 ff9238220b is described below commit ff9238220bfb1bc034d75d7d4cd21ce4672c091a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sat Oct 26 18:22:30 2024 +0000 Bump maven-plugin-tools.version from 3.15.0 to 3.15.1 Bumps `maven-plugin-tools.version` from 3.15.0 to 3.15.1. Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.15.0 to 3.15.1 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.15.0...maven-plugin-tools-3.15.1) Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.15.0 to 3.15.1 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.15.0...maven-plugin-tools-3.15.1) Updates `org.apache.maven.plugins:maven-plugin-report-plugin` from 3.15.0 to 3.15.1 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.15.0...maven-plugin-tools-3.15.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-plugin-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-plugin-report-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 24af768432..e06a8b6c68 100644 --- a/pom.xml +++ b/pom.xml @@ -502,7 +502,7 @@ <jaxws.rt.version>4.0.3</jaxws.rt.version> <jaxws.api.version>4.0.0</jaxws.api.version> <jsr311.api.version>1.1.1</jsr311.api.version> - <maven-plugin-tools.version>3.15.0</maven-plugin-tools.version> + <maven-plugin-tools.version>3.15.1</maven-plugin-tools.version> <maven-archetype.version>3.3.0</maven-archetype.version> <activemq.version>6.1.3</activemq.version> <surefire.version>3.5.1</surefire.version>