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 2c1acd4 + a254d1d commit 95e904cCopy full SHA for 95e904c
build.gradle
@@ -67,7 +67,7 @@ dependencies {
67
testImplementation project.deps.gocdPluginApi
68
testImplementation 'org.mockito:mockito-core:5.18.0'
69
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.3'
70
- testImplementation platform('org.junit:junit-bom:5.13.0')
+ testImplementation platform('org.junit:junit-bom:5.13.2')
71
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
72
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
73
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
0 commit comments