From d680491ff3e3061ea403627857f654e0bde6eed7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:54:53 +0000 Subject: [PATCH] Update dependency com.structurizr:structurizr-export to v3.2.0 (#268) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 88c9663..b6c33a9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ repositories { } val structurizrVersion = "3.2.0" -val structurizrExportVersion = "3.1.0" +val structurizrExportVersion = "3.2.0" val junitVersion = "5.11.3" val assertJVersion = "3.26.3" val detektVersion = "1.23.7"