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 6d94141 commit f79cadfCopy full SHA for f79cadf
build.gradle
@@ -71,7 +71,7 @@ dependencies {
71
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.12.0'
72
73
testImplementation project.deps.gocdPluginApi
74
- testImplementation platform('org.junit:junit-bom:5.12.0')
+ testImplementation platform('org.junit:junit-bom:5.12.1')
75
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
76
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
77
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
0 commit comments