Bump junit-bom from 5.9.0 to 5.9.1 in /examples/distro (#7060)

This commit is contained in:
dependabot[bot] 2022-11-04 23:20:54 +00:00 committed by GitHub
parent 867284a160
commit 0a86514e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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