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.
1 parent 990657b commit 0468754Copy full SHA for 0468754
build.gradle
@@ -50,7 +50,7 @@ dependencies {
50
51
compileOnly "cd.go.plugin:go-plugin-api:$gocdPluginApiVersion"
52
53
- implementation platform('org.junit:junit-bom:5.12.1')
+ implementation platform('org.junit:junit-bom:5.12.2')
54
compileOnly 'org.junit.jupiter:junit-jupiter-api'
55
compileOnly 'org.junit.jupiter:junit-jupiter-params'
56
testImplementation 'org.junit.jupiter:junit-jupiter-api'
0 commit comments