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 Jul 27, 2023
1 parent 0320d3d commit 0267db0
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 @@ -140,7 +140,7 @@ subprojects {
jmhAnnotationProcessor("org.openjdk.jmh:jmh-generator-annprocess:$jmh")

// 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 0267db0

Please sign in to comment.