This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 92df6b9 Bump org.apache.maven:maven-plugin-api from 3.9.6 to 3.9.7 (#267) 92df6b9 is described below commit 92df6b9e72c1601314576dd17f9d2a9b4f32ae5c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri May 31 13:40:14 2024 -0400 Bump org.apache.maven:maven-plugin-api from 3.9.6 to 3.9.7 (#267) Bumps [org.apache.maven:maven-plugin-api](https://github.com/apache/maven) from 3.9.6 to 3.9.7. - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.9.6...maven-3.9.7) --- updated-dependencies: - dependency-name: org.apache.maven:maven-plugin-api 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 860b759..6ab1b20 100644 --- a/pom.xml +++ b/pom.xml @@ -96,7 +96,7 @@ <!-- Try to deal with https://bz.apache.org/bugzilla/show_bug.cgi?id=66951 --> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> - <version>3.9.6</version> + <version>3.9.7</version> <scope>provided</scope> </dependency> <dependency>