Skip to content

Commit f40e9af

Browse files
fix(deps): update dependency com.code-intelligence:jazzer-api to v0.20.1
1 parent c71a89d commit f40e9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzzing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
1010
implementation(project(":sigstore-java"))
11-
implementation("com.code-intelligence:jazzer-api:0.16.1")
11+
implementation("com.code-intelligence:jazzer-api:0.20.1")
1212
}
1313

1414
// copy to the fuzzing builder's output directory. This is an existing directory with

0 commit comments

Comments
 (0)