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 3a32b21 commit 8b39041Copy full SHA for 8b39041
sigstore-maven-plugin/build.gradle.kts
@@ -9,9 +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.8")
13
- compileOnly("org.apache.maven:maven-core:3.9.8")
14
+ compileOnly("org.apache.maven:maven-plugin-api:3.9.9")
+ compileOnly("org.apache.maven:maven-core:3.9.9")
15
compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations:3.13.1")
16
17
implementation(project(":sigstore-java"))
0 commit comments