Skip to content

Commit

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

Bump org.mockito:mockito-core from 5.14.1 to 5.14.2
  • Loading branch information
chadlwilson authored Oct 18, 2024
2 parents e4aa7f8 + cee18ef commit cdc6e31
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 @@ -77,7 +77,7 @@ dependencies {
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.26.3'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.1'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.2'
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.18.1'
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver3-junit5', version: '5.0.0-alpha.14'
Expand Down

0 comments on commit cdc6e31

Please sign in to comment.