Skip to content

Commit

Permalink
Update all non-major dependencies to v5.10.0 (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and P3ridot committed Jul 29, 2023
1 parent 19e7fab commit cc3401e
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 @@ -132,7 +132,7 @@ subprojects {
compileOnly("org.jetbrains:annotations:24.0.1")

// Tests
val junit = "5.9.3"
val junit = "5.10.0"
testImplementation("org.junit.jupiter:junit-jupiter-api:$junit")
testImplementation("org.junit.jupiter:junit-jupiter-engine:$junit")
}
Expand Down

0 comments on commit cc3401e

Please sign in to comment.