We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30f64d2 + 10bf532 commit bdeb429Copy full SHA for bdeb429
build.gradle
@@ -71,7 +71,7 @@ dependencies {
71
implementation 'com.google.code.gson:gson:2.13.2'
72
73
testImplementation project.deps.gocdPluginApi
74
- testImplementation platform('org.junit:junit-bom:6.0.0')
+ testImplementation platform('org.junit:junit-bom:6.0.1')
75
testImplementation 'org.junit.jupiter:junit-jupiter-api'
76
testImplementation 'org.junit.jupiter:junit-jupiter-params'
77
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
0 commit comments