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 8fbc804 + 83f4a70 commit 51aa633Copy full SHA for 51aa633
sigstore-maven-plugin/build.gradle.kts
@@ -11,7 +11,7 @@ description = "A Maven plugin for signing with Sigstore"
11
dependencies {
12
compileOnly("org.apache.maven:maven-plugin-api:3.9.9")
13
compileOnly("org.apache.maven:maven-core:3.9.9")
14
- compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations:3.13.1")
+ compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations:3.14.0")
15
16
implementation(project(":sigstore-java"))
17
implementation("org.bouncycastle:bcutil-jdk18on:1.78.1")
0 commit comments