This is an automated email from the ASF dual-hosted git repository.
centic9 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/trunk by this push:
new 9e0a10637a poi-fuzz: Update Jazzer and opentest4j
9e0a10637a is described below
commit 9e0a10637a1e0183ead6cb398c1341ddb1c8aabf
Author: Dominik Stadler <[email protected]>
AuthorDate: Fri Jun 26 08:08:40 2026 +0200
poi-fuzz: Update Jazzer and opentest4j
---
poi-fuzz/build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/poi-fuzz/build.gradle b/poi-fuzz/build.gradle
index e2ca23203e..2488b23da2 100644
--- a/poi-fuzz/build.gradle
+++ b/poi-fuzz/build.gradle
@@ -27,9 +27,9 @@ dependencies {
implementation "org.apache.logging.log4j:log4j-core:${log4jVersion}"
implementation 'org.apache.commons:commons-lang3:3.20.0'
- implementation 'org.opentest4j:opentest4j:1.2.0'
+ implementation 'org.opentest4j:opentest4j:1.3.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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]