From 911634e3a0a7684ae294e6ff38c523aa53fe2c3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:54:59 +0000 Subject: [PATCH] Update dependency com.structurizr:structurizr-core to v2.1.4 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index da36108..c5e4481 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ repositories { mavenCentral() } -val structurizrVersion = "2.1.3" +val structurizrVersion = "2.1.4" val structurizrExportVersion = "2.1.3" val junitVersion = "5.10.2" val assertJVersion = "3.26.0"