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 11d4ff1 + 081aa2f commit b04030fCopy full SHA for b04030f
build.gradle
@@ -64,7 +64,7 @@ dependencies {
64
compileOnly project.deps.gocdPluginApi
65
implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.1'
66
67
- testImplementation platform('org.junit:junit-bom:5.12.0')
+ testImplementation platform('org.junit:junit-bom:5.12.1')
68
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
69
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
70
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
0 commit comments