From 6470d1ec97be2c295af1e4f6b1a5d68be43f03e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 16:10:57 +0000 Subject: [PATCH] Update junit5 monorepo from 5.11.0 to 5.11.1 (patch) (#280) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 2fc3407f..920eaace 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ micronaut-gradle = "4.4.2" snakeyaml = "2.3" junit4 = "4.13.2" -junit5 = "5.11.0" +junit5 = "5.11.1" kotest = "5.9.1" mockito = "5.13.0" mockito-kotlin = "5.4.0"