diff --git a/checker/build.gradle b/checker/build.gradle index 4fa4315f9e8b..f0909290698b 100644 --- a/checker/build.gradle +++ b/checker/build.gradle @@ -83,7 +83,7 @@ dependencies { // For the Resource Leak Checker's support for IOUtils. testImplementation 'commons-io:commons-io:2.22.0' // For the Nullness Checker test of junit-assertions.astub in JUnitNull.java - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.4' + testImplementation 'org.junit.jupiter:junit-jupiter-api:6.1.2' testImplementation 'org.apiguardian:apiguardian-api:1.1.2' // For tests that use JSpecify annotations testImplementation 'org.jspecify:jspecify:1.0.0'