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 054f3abf..cdd88749 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.11.2" +val junitVersion = "5.11.3" dependencies { testImplementation(gradleTestKit()) testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")