From fdc7969a3d686d8cc14cdee018bfaac72a70988e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:04:12 +0000 Subject: [PATCH] Update junit5 monorepo to v5.11.2 --- 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 123dc79..46e3cb3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ okhttp = "4.12.0" jackson = "2.17.2" # No need to keep the same Kotlin version with Gradle, at least because kotlin runtime is a transitive dependency of okhttp kotlin = "1.9.23" -junit = "5.11.0" +junit = "5.11.2" [libraries] snakeyaml = "org.yaml:snakeyaml:2.2"