Skip to content

Commit

Permalink
Merge pull request #209 from TWChennai/dependabot/gradle/org.mockito-…
Browse files Browse the repository at this point in the history
…mockito-junit-jupiter-5.14.0

Bump org.mockito:mockito-junit-jupiter from 5.13.0 to 5.14.0
  • Loading branch information
chadlwilson authored Sep 30, 2024
2 parents 364fc7a + 25f8d2d commit 8a8ec43
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 @@ -63,7 +63,7 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testCompileOnly "cd.go.plugin:go-plugin-api:${gocdPluginVersion}"
testImplementation 'org.mockito:mockito-junit-jupiter:5.13.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.0'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.7'
}
Expand Down

0 comments on commit 8a8ec43

Please sign in to comment.