diff --git a/build.gradle b/build.gradle index 9c42505..f403bba 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ repositories { } dependencies { - api 'com.structurizr:structurizr-client:1.27.0' + api 'com.structurizr:structurizr-client:1.28.0' api 'com.structurizr:structurizr-import:1.6.0' testImplementation 'org.codehaus.groovy:groovy-jsr223:3.0.19' diff --git a/docs/changelog.md b/docs/changelog.md index 80d0f6f..5a90a22 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,7 @@ - Fixes https://github.com/structurizr/dsl/issues/364 (.DS_Store file causes exception during !include on Windows). - Adds a `getDslParser()` method to the `StructurizrDslPluginContext` class (https://github.com/structurizr/dsl/issues/361). +- Updates structurizr/java to [v1.28.0](https://github.com/structurizr/java/releases/tag/v1.28.0). ## 1.33.0 (27th October 2023) @@ -13,6 +14,7 @@ - Adds a way to set the character encoding used by the DSL parser (see https://github.com/structurizr/dsl/issues/338). - 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). ## 1.32.0 (28th July 2023)