Skip to content

Commit 21bb940

Browse files
fix(deps): update dependency org.apache.maven:maven-plugin-api to v3.9.12
Signed-off-by: Renovate Bot <[email protected]>
1 parent 732dfce commit 21bb940

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jgiven-maven-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
implementation(project(":jgiven-core"))
1212
implementation(project(":jgiven-asciidoc-report"))
1313
implementation(project(":jgiven-html5-report"))
14-
implementation("org.apache.maven:maven-plugin-api:3.9.9")
14+
implementation("org.apache.maven:maven-plugin-api:3.9.12")
1515
implementation("org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.2")
1616

1717
testImplementation(project(":jgiven-html5-report"))

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.apache.maven</groupId>
5252
<artifactId>maven-plugin-api</artifactId>
53-
<version>3.9.11</version>
53+
<version>3.9.12</version>
5454
<scope>provided</scope>
5555
</dependency>
5656
<dependency>

0 commit comments

Comments
 (0)