Skip to content

Commit

Permalink
Bump JUnit to 5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Feb 17, 2024
1 parent 3bd5a04 commit bcff2fb
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 @@ -31,7 +31,7 @@ tasks.create("buildAll") {
defaultTasks("buildAll")

dependencies {
testImplementation(platform("org.junit:junit-bom:5.10.1"))
testImplementation(platform("org.junit:junit-bom:5.10.2"))
testImplementation("org.junit.jupiter:junit-jupiter")

testImplementation(Deps.ZSTD_JNI)
Expand Down

0 comments on commit bcff2fb

Please sign in to comment.