We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb771e commit 08fd456Copy full SHA for 08fd456
checker/build.gradle
@@ -85,7 +85,7 @@ dependencies {
85
// For the Resource Leak Checker's support for IOUtils.
86
testImplementation 'commons-io:commons-io:2.18.0'
87
// For the Nullness Checker test of junit-assertions.astub in JUnitNull.java
88
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.1'
89
testImplementation 'org.apiguardian:apiguardian-api:1.1.2'
90
// For tests that use JSpecify annotations
91
testImplementation 'org.jspecify:jspecify:1.0.0'
0 commit comments