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 7dd4911 + d90fa64 commit 46ab2a6Copy full SHA for 46ab2a6
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.12.1')
+ testImplementation platform('org.junit:junit-bom:5.12.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