diff --git a/buildSrc/src/main/kotlin/com/github/spotbugs/com.github.spotbugs.test.gradle.kts b/buildSrc/src/main/kotlin/com/github/spotbugs/com.github.spotbugs.test.gradle.kts index 6e9ecc1e..3f3cb4b8 100644 --- a/buildSrc/src/main/kotlin/com/github/spotbugs/com.github.spotbugs.test.gradle.kts +++ b/buildSrc/src/main/kotlin/com/github/spotbugs/com.github.spotbugs.test.gradle.kts @@ -7,7 +7,7 @@ plugins { id("org.sonarqube") } -val junitVersion = "5.8.1" +val junitVersion = "5.10.0" dependencies { testImplementation(gradleTestKit()) testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")