Skip to content

Commit 08fd456

Browse files
Update dependency org.junit.jupiter:junit-jupiter-api to v5.12.1 (#1150)
1 parent dbb771e commit 08fd456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checker/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dependencies {
8585
// For the Resource Leak Checker's support for IOUtils.
8686
testImplementation 'commons-io:commons-io:2.18.0'
8787
// For the Nullness Checker test of junit-assertions.astub in JUnitNull.java
88-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
88+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.1'
8989
testImplementation 'org.apiguardian:apiguardian-api:1.1.2'
9090
// For tests that use JSpecify annotations
9191
testImplementation 'org.jspecify:jspecify:1.0.0'

0 commit comments

Comments
 (0)