diff --git a/build.gradle b/build.gradle index 1a5ed43..ca5a439 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { compileOnly "cd.go.plugin:go-plugin-api:$pluginApiVersion" testImplementation "cd.go.plugin:go-plugin-api:$pluginApiVersion" - testImplementation platform('org.junit:junit-bom:5.10.0') + testImplementation platform('org.junit:junit-bom:5.10.1') testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api' testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine' testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'