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 d5b4acc + 137d07f commit daaaae7Copy full SHA for daaaae7
build.gradle
@@ -64,7 +64,7 @@ dependencies {
64
compileOnly project.deps.gocdPluginApi
65
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.1'
66
67
- testImplementation platform('org.junit:junit-bom:5.12.2')
+ testImplementation platform('org.junit:junit-bom:5.13.0')
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