We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1362bd5 commit a18cf1bCopy full SHA for a18cf1b
1 file changed
checker/build.gradle
@@ -83,7 +83,7 @@ dependencies {
83
// For the Resource Leak Checker's support for IOUtils.
84
testImplementation 'commons-io:commons-io:2.21.0'
85
// For the Nullness Checker test of junit-assertions.astub in JUnitNull.java
86
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.3'
87
testImplementation 'org.apiguardian:apiguardian-api:1.1.2'
88
// For tests that use JSpecify annotations
89
testImplementation 'org.jspecify:jspecify:1.0.0'
0 commit comments