From 31de12dc937fc1ade1dc2473e0a0557530b012e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 14:48:47 +0000 Subject: [PATCH] Update junit5 monorepo to v5.12.1 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d08ee03..eeff469 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] kotlin = "2.1.10" # https://github.com/JetBrains/kotlin coroutines = "1.10.1" # https://github.com/Kotlin/kotlinx.coroutines -junit = "5.11.4" # https://junit.org/junit5 | https://central.sonatype.com/artifact/org.junit.jupiter/junit-jupiter +junit = "5.12.1" # https://junit.org/junit5 | https://central.sonatype.com/artifact/org.junit.jupiter/junit-jupiter mockk = "1.13.16" # https://mockk.io | https://central.sonatype.com/search?q=mockk&smo=true detekt = "1.23.7" # https://github.com/detekt/detekt dokka = "2.0.0" # https://github.com/Kotlin/dokka