Bump org.mockito:mockito-core from 5.0.0 to 5.1.0 in /examples/distro (#7686)
This commit is contained in:
parent
f6265b4809
commit
78187ca2b0
|
@ -64,7 +64,7 @@ subprojects {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testImplementation("org.mockito:mockito-core:5.0.0")
|
testImplementation("org.mockito:mockito-core:5.1.0")
|
||||||
testImplementation(enforcedPlatform("org.junit:junit-bom:${versions.junit}"))
|
testImplementation(enforcedPlatform("org.junit:junit-bom:${versions.junit}"))
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api:${versions.junit}")
|
testImplementation("org.junit.jupiter:junit-jupiter-api:${versions.junit}")
|
||||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${versions.junit}")
|
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${versions.junit}")
|
||||||
|
|
Loading…
Reference in New Issue