From d8ae7cff5d72f51885efb6c77fc30cb1c8a3b168 Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Sun, 19 Nov 2023 14:13:58 +0000 Subject: [PATCH] Bumps structurizr-import. --- build.gradle | 2 +- docs/changelog.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f403bba..c6cd73e 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ repositories { dependencies { api 'com.structurizr:structurizr-client:1.28.0' - api 'com.structurizr:structurizr-import:1.6.0' + api 'com.structurizr:structurizr-import:1.7.0' testImplementation 'org.codehaus.groovy:groovy-jsr223:3.0.19' testImplementation 'org.jetbrains.kotlin:kotlin-scripting-jsr223:1.8.10' diff --git a/docs/changelog.md b/docs/changelog.md index 0a73027..6dfd672 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,7 @@ - Adds the ability to specify the workspace scope via a `scope` keyword inside the workspace `configuration`. - Adds support for specifying perspective values. - Updates structurizr/java to [v1.28.0](https://github.com/structurizr/java/releases/tag/v1.28.0). +- Updates structurizr/import to [v1.7.0](https://github.com/structurizr/import/releases/tag/v1.7.0). ## 1.33.0 (27th October 2023) @@ -17,6 +18,7 @@ - Fixes https://github.com/structurizr/dsl/issues/336 (Dynamic View does not allow !script tag). - `!extend` can now be used instead of `!ref`. - Updates structurizr/java to [v1.27.0](https://github.com/structurizr/java/releases/tag/v1.27.0). +- Updates structurizr/import to [v1.6.0](https://github.com/structurizr/import/releases/tag/v1.6.0). ## 1.32.0 (28th July 2023)