Skip to content

Commit

Permalink
Upgrade to Mockito 4.11.0
Browse files Browse the repository at this point in the history
Closes gh-66
  • Loading branch information
wilkinsona committed Aug 10, 2023
1 parent 96a9edd commit 3760ec0
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 @@ -29,7 +29,7 @@ dependencies {
testImplementation("com.gradle:gradle-enterprise-gradle-plugin:${gradleEnterprisePluginVersion}")
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testImplementation("org.mockito:mockito-core:3.11.2")
testImplementation("org.mockito:mockito-core:4.11.0")
}

gradlePlugin {
Expand Down

0 comments on commit 3760ec0

Please sign in to comment.