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 e6d1e74 + 581293a commit 9330147Copy full SHA for 9330147
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.0')
+ testImplementation platform('org.junit:junit-bom:5.11.1')
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