Skip to content

Commit

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

Bump org.mockito:mockito-core from 5.10.0 to 5.11.0
  • Loading branch information
chadlwilson authored Apr 1, 2024
2 parents e416981 + 3fb5a89 commit 97a2d27
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 @@ -84,7 +84,7 @@ dependencies {
runtimeOnly 'ch.qos.logback:logback-classic:1.5.3'

testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testImplementation 'org.mockito:mockito-core:5.10.0'
testImplementation 'org.mockito:mockito-core:5.11.0'
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
testImplementation 'org.jsoup:jsoup:1.17.2'
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
Expand Down

0 comments on commit 97a2d27

Please sign in to comment.