From 77825c5ea3758207fb0ad1a7fe84571470567890 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:19:16 +0000 Subject: [PATCH] Update junit5 monorepo to v5.11.1 --- api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 3f0e59b9..c6cb9119 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -16,7 +16,7 @@ plugins { signing } -val junitVersion = "5.9.3" +val junitVersion = "5.11.1" val springBootVersion = "3.0.6" val springdocVersion = "2.1.0"