Skip to content

Commit

Permalink
Merge pull request #758 from sigstore/update-gpg-plugin-dep
Browse files Browse the repository at this point in the history
Update gpg plugin out of band
  • Loading branch information
loosebazooka authored Jul 23, 2024
2 parents 20bdad3 + ddf2822 commit d2da726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigstore-maven-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {

implementation(project(":sigstore-java"))
implementation("org.bouncycastle:bcutil-jdk18on:1.78.1")
implementation("org.apache.maven.plugins:maven-gpg-plugin:3.1.0")
implementation("org.apache.maven.plugins:maven-gpg-plugin:3.2.4")

testImplementation("org.apache.maven.shared:maven-verifier:1.8.0")

Expand Down

0 comments on commit d2da726

Please sign in to comment.