We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5fd81c + 7a5e2df commit 69ffe15Copy full SHA for 69ffe15
1 file changed
build.gradle
@@ -78,7 +78,7 @@ dependencies {
78
testImplementation project.deps.gocdPluginApi
79
testImplementation 'org.mockito:mockito-core:5.20.0'
80
testImplementation 'org.assertj:assertj-core:3.27.6'
81
- testImplementation platform('org.junit:junit-bom:6.0.0')
+ testImplementation platform('org.junit:junit-bom:6.0.1')
82
testImplementation 'org.junit.jupiter:junit-jupiter-api'
83
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
84
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
0 commit comments