diff --git a/build.gradle b/build.gradle index caac06c..3c1ca55 100644 --- a/build.gradle +++ b/build.gradle @@ -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' @@ -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' diff --git a/docs/changelog.md b/docs/changelog.md index 08b2d62..fdfad5d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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).