From c1547707eace61e07f437d2becc3c4d833b969a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 14:13:07 -0400 Subject: [PATCH] chore(deps): update junit5 monorepo to v5.10.0 (#981) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../com/github/spotbugs/com.github.spotbugs.test.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")