This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/master by this push: new e03959b1 Bump maven.plugin-tools.version from 3.15.0 to 3.15.1 (#1184) e03959b1 is described below commit e03959b12c898dd54e809adf708a7d780b7e3707 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Nov 8 16:50:26 2024 +0100 Bump maven.plugin-tools.version from 3.15.0 to 3.15.1 (#1184) 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) --- 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 ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fc1d106f..da542bff 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ <maven.resolver.version>2.0.2</maven.resolver.version> <slf4j.version>2.0.16</slf4j.version> <sisu.version>0.9.0.M3</sisu.version> - <maven.plugin-tools.version>3.15.0</maven.plugin-tools.version> + <maven.plugin-tools.version>3.15.1</maven.plugin-tools.version> <version.plexus-utils>4.0.2</version.plexus-utils> <version.plexus-xml>4.0.4</version.plexus-xml> <jakarta.inject.version>2.0.1</jakarta.inject.version>