Bump junit-bom from 5.9.0 to 5.9.1 in /examples/distro (#7060)
This commit is contained in:
parent
867284a160
commit
0a86514e5b
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue