Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Upgrade structurizr-core/client dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Nov 19, 2023
1 parent 613e46c commit 7edf472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Fixes https://github.com/structurizr/dsl/issues/364 (.DS_Store file causes exception during !include <directory> 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)

Expand All @@ -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)

Expand Down

0 comments on commit 7edf472

Please sign in to comment.