Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Commit b19e887

Browse files
New release, updated dependencies.
1 parent fa9e10d commit b19e887

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defaultTasks 'clean', 'build', 'getDeps', 'buildZip'
66

77
description = 'Structurizr CLI'
88
group = 'com.structurizr'
9-
version = '1.24.0'
9+
version = '1.25.0'
1010

1111
sourceCompatibility = '1.8'
1212
targetCompatibility = '1.8'
@@ -17,8 +17,8 @@ repositories {
1717

1818
dependencies {
1919

20-
implementation 'com.structurizr:structurizr-dsl:1.24.0'
21-
implementation 'com.structurizr:structurizr-export:1.8.2'
20+
implementation 'com.structurizr:structurizr-dsl:1.25.0'
21+
implementation 'com.structurizr:structurizr-export:1.8.4'
2222
implementation 'io.github.goto1134:structurizr-d2-exporter:1.1.1'
2323
implementation 'com.structurizr:structurizr-graphviz:1.6.1'
2424

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.25.0 (3rd February 2023)
4+
5+
- structurizr/dsl: Updated to 1.25.0 - [changelog](https://github.com/structurizr/dsl/releases).
6+
- structurizr/export: Updated to 1.8.4 - [changelog](https://github.com/structurizr/export/releases).
7+
38
## 1.24.0 (28th January 2023)
49

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

0 commit comments

Comments
 (0)