From 57537089a4cd9bb0db09d5527899f18ec501519b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:24:15 +0000 Subject: [PATCH] Update junit5 monorepo to v5.11.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 123dc79..8ece7e4 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.1" [libraries] snakeyaml = "org.yaml:snakeyaml:2.2"