Skip to content

Commit

Permalink
Updates dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Nov 26, 2023
1 parent cc41cd8 commit c5acb8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 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.34.0'
version = '1.35.0'

sourceCompatibility = 17
targetCompatibility = 17
Expand All @@ -17,8 +17,8 @@ repositories {

dependencies {

implementation 'com.structurizr:structurizr-dsl:1.33.0'
implementation 'com.structurizr:structurizr-export:1.17.0'
implementation 'com.structurizr:structurizr-dsl:1.34.0'
implementation 'com.structurizr:structurizr-export:1.18.0'
implementation 'io.github.goto1134:structurizr-d2-exporter:1.5.2'
implementation 'com.structurizr:structurizr-graphviz:2.2.2'

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.35.0 (26th November 2023)

- structurizr/dsl: Updated to 1.34.0 - [changelog](https://github.com/structurizr/dsl/releases/tag/v1.34.0).
- structurizr/export: Updated to 1.18.0 - [changelog](https://github.com/structurizr/export/releases/tag/v1.18.0).

## 1.34.0 (27th October 2023)

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

0 comments on commit c5acb8a

Please sign in to comment.