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 69c55a6 commit cc88ecfCopy full SHA for cc88ecf
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.14.0")
+ compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.1")
15
16
implementation(project(":sigstore-java"))
17
implementation("org.bouncycastle:bcutil-jdk18on:1.80")
0 commit comments