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 945cb6b + 46f9950 commit 7aeabdaCopy full SHA for 7aeabda
build.gradle
@@ -92,7 +92,7 @@ dependencies {
92
}
93
94
testImplementation project.deps.gocdPluginApi
95
- testImplementation platform('org.junit:junit-bom:5.12.1')
+ testImplementation platform('org.junit:junit-bom:5.12.2')
96
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
97
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
98
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
0 commit comments