Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion checker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dependencies {
// For the Resource Leak Checker's support for IOUtils.
testImplementation 'commons-io:commons-io:2.21.0'
// For the Nullness Checker test of junit-assertions.astub in JUnitNull.java
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.3'
testImplementation 'org.apiguardian:apiguardian-api:1.1.2'
// For tests that use JSpecify annotations
testImplementation 'org.jspecify:jspecify:1.0.0'
Expand Down
Loading