Skip to content

Commit e762966

Browse files
Bump org.apache.maven.plugin-tools:maven-plugin-annotations (#779)
Bumps [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.14.0 to 3.15.0. - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.14.0...maven-plugin-tools-3.15.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59c65c4 commit e762966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven-plugin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation 'org.openapitools.empoa:empoa-swagger-core:2.1.0'
1919

2020
implementation 'org.apache.maven:maven-plugin-api:3.9.9'
21-
compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.14.0'
21+
compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.0'
2222

2323
testImplementation 'junit:junit:4.13.2'
2424
testImplementation 'org.hamcrest:hamcrest-core:3.0'

0 commit comments

Comments
 (0)