Skip to content

Commit b0b575e

Browse files
fix(deps): update dependency org.apache.maven.plugin-tools:maven-plugin-annotations to v3.15.2 (#2090)
Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e1886fc commit b0b575e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jgiven-maven-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
implementation project(':jgiven-asciidoc-report')
1313
implementation project(':jgiven-html5-report')
1414
implementation "org.apache.maven.plugin-tools:maven-plugin-tools-api:3.15.1"
15-
implementation "org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.1"
15+
implementation "org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.2"
1616

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

jgiven-maven-plugin/src/main/maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.apache.maven.plugin-tools</groupId>
4646
<artifactId>maven-plugin-annotations</artifactId>
47-
<version>3.15.1</version>
47+
<version>3.15.2</version>
4848
<scope>provided</scope>
4949
</dependency>
5050
<dependency>

0 commit comments

Comments
 (0)