Skip to content

Commit bd67273

Browse files
Bump org.apache.maven:maven-plugin-api from 3.9.8 to 3.9.9 in /examples
Bumps [org.apache.maven:maven-plugin-api](https://github.com/apache/maven) from 3.9.8 to 3.9.9. - [Release notes](https://github.com/apache/maven/releases) - [Commits](apache/maven@maven-3.9.8...maven-3.9.9) --- 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] <support@github.com>
1 parent b64c6ba commit bd67273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test-maven-plugin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
dependencies {
77
api 'org.apache.maven:maven-core:3.9.9'
88
api 'org.apache.maven:maven-model:3.9.9'
9-
api 'org.apache.maven:maven-plugin-api:3.9.8'
9+
api 'org.apache.maven:maven-plugin-api:3.9.9'
1010

1111
compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.13.1'
1212
}

0 commit comments

Comments
 (0)