From 341f67f431468e40b7be1d7f17d0f23181e0cbf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:14:36 +0000 Subject: [PATCH] Update dependency com.structurizr:structurizr-core to v3 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index da47668..b2a3b00 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ repositories { mavenCentral() } -val structurizrVersion = "2.2.0" +val structurizrVersion = "3.0.0" val structurizrExportVersion = "3.0.0" val junitVersion = "5.11.0" val assertJVersion = "3.26.3"