build: Update dependency org.junit.jupiter:junit-jupiter to v5.9.0 (#3741)

* build: Update dependency org.junit.jupiter:junit-jupiter to v5.9.0

* Update renovate.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
renovate[bot] 2022-07-26 22:47:25 +02:00 committed by GitHub
parent c8f4907f77
commit 0e4319b757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -70,7 +70,7 @@ subprojects {
dependencies {
// Tests
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.0")
}
plugins.withId("java") {

View File

@ -1,9 +1,7 @@
{
"extends": [
"config:base",
":disableDependencyDashboard"
"config:base"
],
"labels": ["Renovate"],
"commitMessagePrefix": "build: ",
"rebaseWhen": "conflicted"
}