Bump org.mockito:mockito-core from 5.0.0 to 5.1.0 in /examples/distro (#7686)

This commit is contained in:
dependabot[bot] 2023-01-30 21:26:00 -08:00 committed by GitHub
parent f6265b4809
commit 78187ca2b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}")