Skip to content

Commit

Permalink
New release, updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Feb 3, 2023
1 parent fa9e10d commit b19e887
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.24.0'
version = '1.25.0'

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

dependencies {

implementation 'com.structurizr:structurizr-dsl:1.24.0'
implementation 'com.structurizr:structurizr-export:1.8.2'
implementation 'com.structurizr:structurizr-dsl:1.25.0'
implementation 'com.structurizr:structurizr-export:1.8.4'
implementation 'io.github.goto1134:structurizr-d2-exporter:1.1.1'
implementation 'com.structurizr:structurizr-graphviz:1.6.1'

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.25.0 (3rd February 2023)

- structurizr/dsl: Updated to 1.25.0 - [changelog](https://github.com/structurizr/dsl/releases).
- structurizr/export: Updated to 1.8.4 - [changelog](https://github.com/structurizr/export/releases).

## 1.24.0 (28th January 2023)

- structurizr/java: Updated to 1.19.0 - [changelog](https://github.com/structurizr/java/releases).
Expand Down

0 comments on commit b19e887

Please sign in to comment.