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 fb7651a + 4d8602f commit a362449Copy full SHA for a362449
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.1')
+ testImplementation platform('org.junit:junit-bom:5.11.2')
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