Skip to content

Commit

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

Bump org.mockito:mockito-junit-jupiter from 5.14.0 to 5.14.1
  • Loading branch information
chadlwilson authored Oct 1, 2024
2 parents 8a8ec43 + 7f5c094 commit d1df98f
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.14.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.1'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.7'
}
Expand Down

0 comments on commit d1df98f

Please sign in to comment.