Skip to content

Commit

Permalink
fix(deps): update dependency com.code-intelligence:jazzer-api to v0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and vlsi committed Oct 23, 2023
1 parent dc3b16a commit 311665f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
implementation(project(":sigstore-java"))
implementation("com.code-intelligence:jazzer-api:0.21.1")
implementation("com.code-intelligence:jazzer-api:0.22.1")
implementation("com.google.guava:guava:31.1-jre")
}

Expand Down

0 comments on commit 311665f

Please sign in to comment.