We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d62d20 + 10c35f4 commit 7de5c2aCopy full SHA for 7de5c2a
build.gradle
@@ -70,7 +70,7 @@ dependencies {
70
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
71
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
72
73
- testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.1'
+ testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.2'
74
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.26.3'
75
testImplementation group: 'cd.go.plugin', name: 'go-plugin-api', version: project.versions.gocdPluginApi
76
}
0 commit comments