Skip to content

Commit

Permalink
Update dependency org.junit.jupiter:junit-jupiter-api to v5.12.0 (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 23, 2025
1 parent dbcfbf6 commit 60ec60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {
// For the Resource Leak Checker's support for IOUtils.
testImplementation 'commons-io:commons-io:2.18.0'
// For the Nullness Checker test of junit-assertions.astub in JUnitNull.java
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
testImplementation 'org.apiguardian:apiguardian-api:1.1.2'
// For tests that use JSpecify annotations
testImplementation 'org.jspecify:jspecify:1.0.0'
Expand Down

0 comments on commit 60ec60b

Please sign in to comment.