We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf483c commit 952600dCopy full SHA for 952600d
junit-modular-world/src/build/Project.java
@@ -58,7 +58,7 @@ void compile() throws Exception {
58
get("lib", "org.apiguardian", "apiguardian-api", "1.1.2");
59
get("lib", "org.jspecify", "jspecify", "1.0.0");
60
get("lib", "org.opentest4j", "opentest4j", "1.3.0");
61
- get("lib", "org.opentest4j.reporting", "open-test-reporting-tooling-spi", "0.2.3");
+ get("lib", "org.opentest4j.reporting", "open-test-reporting-tooling-spi", "0.2.4");
62
get("lib", "net.jqwik", "jqwik-api", "1.9.3");
63
get("lib", "net.jqwik", "jqwik-engine", "1.9.3");
64
0 commit comments