From 6683d943d3eb43f9eee99011b6874b2d5d91a9ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 05:44:27 +0000 Subject: [PATCH] fix(deps): update dependency com.structurizr:structurizr-dsl to v1.30.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9152154f..a8622bff 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { implementation("org.eclipse.jgit:org.eclipse.jgit:6.5.0.202303070854-r") implementation("com.structurizr:structurizr-core:1.24.1") - implementation("com.structurizr:structurizr-dsl:1.29.1") + implementation("com.structurizr:structurizr-dsl:1.30.1") implementation("com.structurizr:structurizr-export:1.14.0") implementation("net.sourceforge.plantuml:plantuml:1.2023.5")