diff --git a/poi-fuzz/build.gradle b/poi-fuzz/build.gradle index e2ca23203e6..06d515e70ba 100644 --- a/poi-fuzz/build.gradle +++ b/poi-fuzz/build.gradle @@ -29,7 +29,7 @@ dependencies { implementation 'org.apache.commons:commons-lang3:3.20.0' implementation 'org.opentest4j:opentest4j:1.2.0' - compileOnly 'com.code-intelligence:jazzer-api:0.22.0' + compileOnly 'com.code-intelligence:jazzer-api:0.30.0' } // Fuzz targets are not standard JUnit tests; disable the test task.