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 b04030f + c55d6f5 commit 9debd26Copy full SHA for 9debd26
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.16.0'
+ testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.16.1'
74
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.3'
75
testImplementation group: 'cd.go.plugin', name: 'go-plugin-api', version: project.versions.gocdPluginApi
76
}
0 commit comments