Skip to content

Commit a18cf1b

Browse files
Update dependency org.junit.jupiter:junit-jupiter-api to v6
1 parent 1362bd5 commit a18cf1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

checker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dependencies {
8383
// For the Resource Leak Checker's support for IOUtils.
8484
testImplementation 'commons-io:commons-io:2.21.0'
8585
// For the Nullness Checker test of junit-assertions.astub in JUnitNull.java
86-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.2'
86+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.3'
8787
testImplementation 'org.apiguardian:apiguardian-api:1.1.2'
8888
// For tests that use JSpecify annotations
8989
testImplementation 'org.jspecify:jspecify:1.0.0'

0 commit comments

Comments
 (0)