From ce31e6df8bc5b62136dcf1b1d738bcea6cd82d52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:40:30 +0000 Subject: [PATCH] Update dependency org.junit:junit-bom to v5.11.3 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0083fd4..f9fb048 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ repositories { val structurizrVersion = "3.0.0" val structurizrExportVersion = "3.0.0" -val junitVersion = "5.11.2" +val junitVersion = "5.11.3" val assertJVersion = "3.26.3" val detektVersion = "1.23.7" val kotlinLoggingVersion = "3.0.5"