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 7de5c2a + 7bea283 commit 9beeda0Copy full SHA for 9beeda0
build.gradle
@@ -64,7 +64,7 @@ dependencies {
64
compileOnly project.deps.gocdPluginApi
65
implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0'
66
67
- testImplementation platform('org.junit:junit-bom:5.11.2')
+ testImplementation platform('org.junit:junit-bom:5.11.3')
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