Skip to content

Commit

Permalink
Merge pull request #127 from gocd-contrib/dependabot/gradle/org.mocki…
Browse files Browse the repository at this point in the history
…to-mockito-core-5.13.0

Bump org.mockito:mockito-core from 5.12.0 to 5.13.0
  • Loading branch information
chadlwilson authored Aug 30, 2024
2 parents d405c9c + c101061 commit 644a090
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 @@ -58,7 +58,7 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.mockito:mockito-core:5.12.0'
testImplementation 'org.mockito:mockito-core:5.13.0'
testImplementation "cd.go.plugin:go-plugin-api:$gocdPluginApiVersion"
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
}
Expand Down

0 comments on commit 644a090

Please sign in to comment.