Skip to content

Commit

Permalink
Bump JUnit to 5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Aug 30, 2024
1 parent 3783afb commit 44ebfc2
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 @@ -45,7 +45,7 @@ allprojects {

dependencies {
compileOnlyApi("org.jetbrains:annotations:24.1.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
}

java {
Expand Down

0 comments on commit 44ebfc2

Please sign in to comment.