Skip to content

Commit

Permalink
Update dependency org.junit.jupiter:junit-jupiter to v5.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and davidburstrom committed Dec 16, 2024
1 parent bb07767 commit 305e748
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.11.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
testImplementation("com.google.truth:truth:1.4.4")
testImplementation("com.vdurmont:semver4j:3.1.0")
errorprone("com.google.errorprone:error_prone_core:$errorProneVersion")
Expand Down

0 comments on commit 305e748

Please sign in to comment.