Bump junit-jupiter-engine from 5.9.0 to 5.9.1 in /examples/distro (#7064)

This commit is contained in:
dependabot[bot] 2022-11-04 22:59:41 +00:00 committed by GitHub
parent c8fca03866
commit 8b76b4b969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ subprojects {
testImplementation("org.mockito:mockito-core:3.3.3")
testImplementation(enforcedPlatform("org.junit:junit-bom:5.9.0"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.1")
}
tasks {