Skip to content

Commit

Permalink
Merge pull request #133 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 89a16ae + 9753298 commit 57c751b
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.14.1'
testImplementation 'org.mockito:mockito-core:5.14.2'
testImplementation "cd.go.plugin:go-plugin-api:$gocdPluginApiVersion"
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
}
Expand Down

0 comments on commit 57c751b

Please sign in to comment.