Skip to content

Commit

Permalink
Merge pull request #56 from boginw/dependabot/gradle/org.mockito-mock…
Browse files Browse the repository at this point in the history
…ito-core-5.12.0

Bump org.mockito:mockito-core from 5.11.0 to 5.12.0
  • Loading branch information
boginw authored May 14, 2024
2 parents dca2619 + eccd2fc commit 054ec5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
testImplementation platform("org.junit:junit-bom:5.10.2")
testImplementation "org.junit.jupiter:junit-jupiter-api"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
testImplementation 'org.mockito:mockito-core:5.11.0'
testImplementation 'org.mockito:mockito-core:5.12.0'
}

tasks.withType(Test).configureEach {
Expand Down

0 comments on commit 054ec5f

Please sign in to comment.