Skip to content

Commit

Permalink
Bump org.mockito:mockito-core from 5.1.0 to 5.1.1 in /examples/distro (
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 1, 2023
1 parent e2ea824 commit 880c6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/distro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ subprojects {
}

dependencies {
testImplementation("org.mockito:mockito-core:5.1.0")
testImplementation("org.mockito:mockito-core:5.1.1")
testImplementation(enforcedPlatform("org.junit:junit-bom:${versions.junit}"))
testImplementation("org.junit.jupiter:junit-jupiter-api:${versions.junit}")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${versions.junit}")
Expand Down

0 comments on commit 880c6db

Please sign in to comment.