From 019f23a0cfc038b7f2e6e1b23284df8aa3560a0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:04:05 +0000 Subject: [PATCH] Update dependency com.structurizr:structurizr-export to v3.2.0 --- 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"