Skip to content

Commit

Permalink
Update dependency org.apache.maven.plugin-tools:maven-plugin-annotati…
Browse files Browse the repository at this point in the history
…ons to v3.13.1

Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed Jun 1, 2024
1 parent dac4a43 commit 7ebe706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jgiven-maven-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation project(':jgiven-core')
implementation project(':jgiven-html5-report')
implementation "org.apache.maven.plugin-tools:maven-plugin-tools-api:3.13.0"
implementation "org.apache.maven.plugin-tools:maven-plugin-annotations:3.13.0"
implementation "org.apache.maven.plugin-tools:maven-plugin-annotations:3.13.1"

testImplementation project(':jgiven-html5-report')

Expand Down
2 changes: 1 addition & 1 deletion jgiven-maven-plugin/src/main/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.13.0</version>
<version>3.13.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7ebe706

Please sign in to comment.