Skip to content

Commit

Permalink
Bump org.apache.maven.plugin-tools:maven-plugin-annotations (#625)
Browse files Browse the repository at this point in the history
Bumps [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.9.0 to 3.10.1.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.9.0...maven-plugin-tools-3.10.1)

---
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>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 0268b9f commit 1b46fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation 'org.openapitools.empoa:empoa-swagger-core:2.1.0'

implementation 'org.apache.maven:maven-plugin-api:3.9.5'
compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.9.0'
compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.10.1'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.hamcrest:hamcrest-core:2.2'
Expand Down

0 comments on commit 1b46fa7

Please sign in to comment.