We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1810fd9 + f8dcef3 commit d5ec2c5Copy full SHA for d5ec2c5
1 file changed
sigstore-maven-plugin/build.gradle.kts
@@ -9,8 +9,8 @@ plugins {
9
description = "A Maven plugin for signing with Sigstore"
10
11
dependencies {
12
- compileOnly("org.apache.maven:maven-plugin-api:3.9.15")
13
- compileOnly("org.apache.maven:maven-core:3.9.15")
+ compileOnly("org.apache.maven:maven-plugin-api:3.9.16")
+ compileOnly("org.apache.maven:maven-core:3.9.16")
14
compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.2")
15
16
implementation(project(":sigstore-java"))
0 commit comments