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 02e0b13 + 34ff7bd commit dbced85Copy full SHA for dbced85
build.gradle
@@ -65,7 +65,7 @@ dependencies {
65
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '5.1.0'
66
67
testImplementation project.deps.gocdPluginApi
68
- testImplementation platform('org.junit:junit-bom:5.13.3')
+ testImplementation platform('org.junit:junit-bom:5.13.4')
69
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
70
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
71
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
0 commit comments