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 70d7a1e + 8fae89d commit 3fad5c0Copy full SHA for 3fad5c0
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.2')
+ testImplementation platform('org.junit:junit-bom:5.11.3')
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