Skip to content

Commit ba802f6

Browse files
Update dependency org.apache.maven.plugin-tools:maven-plugin-annotations to v3.15.2 (#368)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0cf2e51 commit ba802f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/gradle-producer-build/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
// required dependencies for building a Maven Plugin
3434
implementation("org.apache.maven:maven-plugin-api:3.9.11")
3535
// annotations are only needed at compile time
36-
compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.1")
36+
compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.2")
3737
}
3838

3939
publishing {

0 commit comments

Comments
 (0)