Skip to content

Commit

Permalink
Bump org.junit.jupiter:junit-jupiter-api from 5.11.2 to 5.11.3 (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 9339f8d commit f157513
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 @@ -86,7 +86,7 @@ dependencies {
// For the Resource Leak Checker's support for IOUtils.
testImplementation 'commons-io:commons-io:2.17.0'
// For the Nullness Checker test of junit-assertions.astub in JUnitNull.java
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
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 f157513

Please sign in to comment.