Skip to content

Commit

Permalink
Update dependency org.apache.maven:maven-core to v3.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent 092f036 commit 2443cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sigstore-maven-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ description = "A Maven plugin for signing with Sigstore"

dependencies {
compileOnly("org.apache.maven:maven-plugin-api:3.9.8")
compileOnly("org.apache.maven:maven-core:3.9.8")
compileOnly("org.apache.maven:maven-core:3.9.8")
compileOnly("org.apache.maven:maven-core:3.9.9")
compileOnly("org.apache.maven:maven-core:3.9.9")
compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations:3.13.1")

implementation(project(":sigstore-java"))
Expand Down

0 comments on commit 2443cb4

Please sign in to comment.