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 709a143 + 903e09d commit edf4c87Copy full SHA for edf4c87
build.gradle
@@ -46,7 +46,7 @@ dependencies {
46
compileOnly "cd.go.plugin:go-plugin-api:$pluginApiVersion"
47
testImplementation "cd.go.plugin:go-plugin-api:$pluginApiVersion"
48
49
- testImplementation platform('org.junit:junit-bom:5.11.3')
+ testImplementation platform('org.junit:junit-bom:5.11.4')
50
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
51
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
52
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
0 commit comments