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 afdfca2 + 5e2b874 commit 2a6b695Copy full SHA for 2a6b695
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.1')
+ testImplementation platform('org.junit:junit-bom:5.12.2')
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