From fa1c0fe09d3b57ccad98665d008caecfc6dec572 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:03:46 +0000 Subject: [PATCH] chore(deps): update junit5 monorepo to v5.11.1 --- .../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 291123f9..6fe53869 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.0" +val junitVersion = "5.11.1" dependencies { testImplementation(gradleTestKit()) testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")