Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Jul 29, 2023
1 parent 36038a9 commit ca0094f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defaultTasks 'clean', 'build', 'getDeps', 'buildZip'

description = 'Structurizr CLI'
group = 'com.structurizr'
version = '1.32.1'
version = '1.33.0'

sourceCompatibility = '11'
targetCompatibility = '11'
Expand All @@ -17,7 +17,7 @@ repositories {

dependencies {

implementation 'com.structurizr:structurizr-dsl:1.31.1'
implementation 'com.structurizr:structurizr-dsl:1.32.0'
implementation 'com.structurizr:structurizr-export:1.16.0'
implementation 'io.github.goto1134:structurizr-d2-exporter:1.5.2'
implementation 'com.structurizr:structurizr-graphviz:2.2.0'
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.33.0 (29th July 2023)

- structurizr/dsl: Updated to 1.32.0 - [changelog](https://github.com/structurizr/dsl/releases/tag/v1.32.0).
- goto1134/structurizr-d2-exporter: Updated to 1.5.2 - [changelog](https://github.com/goto1134/structurizr-d2-exporter/releases/tag/v1.5.2).

## 1.32.1 (27th July 2023)

- structurizr/dsl: Updated to 1.31.1 - [changelog](https://github.com/structurizr/dsl/releases/tag/v1.31.1).
Expand Down

0 comments on commit ca0094f

Please sign in to comment.