Update dependency org.junit.jupiter:junit-jupiter to v5.9.2 ()

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-01-11 22:16:12 +01:00
committed by GitHub
parent 4aa7bc51bc
commit d1b8f652a7

@ -69,7 +69,7 @@ subprojects {
dependencies {
// Tests
testImplementation("org.junit.jupiter:junit-jupiter:5.9.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
}
plugins.withId("java") {