Skip to content

Commit

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

Bump org.mockito:mockito-core from 5.6.0 to 5.7.0
  • Loading branch information
chadlwilson authored Nov 4, 2023
2 parents a505a01 + 47df731 commit 64d4c2f
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.4.11'

testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
testImplementation 'org.mockito:mockito-core:5.6.0'
testImplementation 'org.mockito:mockito-core:5.7.0'
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
testImplementation 'org.jsoup:jsoup:1.16.2'
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
Expand Down

0 comments on commit 64d4c2f

Please sign in to comment.