Bump junit-jupiter-engine from 5.9.0 to 5.9.1 in /examples/distro (#7064)
This commit is contained in:
parent
c8fca03866
commit
8b76b4b969
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue