From 202c60c9212362adc4fa6605bcef946049b85da0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:57:39 +0000 Subject: [PATCH] Update dependency com.structurizr:structurizr-core to v3.2.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a76be0c..b721c94 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ repositories { mavenCentral() } -val structurizrVersion = "3.2.0" +val structurizrVersion = "3.2.1" val structurizrExportVersion = "3.2.0" val junitVersion = "5.11.3" val assertJVersion = "3.26.3"