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.
1 parent 928045d commit ee22138Copy full SHA for ee22138
sigstore-maven-plugin/build.gradle.kts
@@ -10,7 +10,7 @@ description = "A Maven plugin for signing with Sigstore"
10
11
dependencies {
12
compileOnly("org.apache.maven:maven-plugin-api:3.9.9")
13
- compileOnly("org.apache.maven:maven-core:3.9.9")
+ compileOnly("org.apache.maven:maven-core:3.9.10")
14
compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations:3.14.0")
15
16
implementation(project(":sigstore-java"))
0 commit comments