Skip to content

Commit

Permalink
Bump JUnit to latest milestone releases
Browse files Browse the repository at this point in the history
  • Loading branch information
davidburstrom committed Apr 25, 2024
1 parent fa092e9 commit 414a9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
}

dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0-M1")
testImplementation("com.google.truth:truth:1.4.2")
testImplementation("com.vdurmont:semver4j:3.1.0")
errorprone("com.google.errorprone:error_prone_core:$errorProneVersion")
Expand Down

0 comments on commit 414a9da

Please sign in to comment.