Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 8d2c1b4

Browse files
Updated structurizr/java.
1 parent fe421ca commit 8d2c1b4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
}
1010

1111
dependencies {
12-
api 'com.structurizr:structurizr-client:1.28.0'
12+
api 'com.structurizr:structurizr-client:1.29.0'
1313
api 'com.structurizr:structurizr-import:1.7.0'
1414

1515
testImplementation 'org.codehaus.groovy:groovy-jsr223:3.0.19'
@@ -28,7 +28,7 @@ targetCompatibility = 17
2828

2929
description = 'Structurizr DSL'
3030
group = 'com.structurizr'
31-
version = '1.34.0'
31+
version = '1.35.0'
3232

3333
test {
3434
useJUnitPlatform()

docs/changelog.md

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

3+
## 1.35.0 (29th December 2023)
4+
5+
- Updates structurizr/java to [v1.29.0](https://github.com/structurizr/java/releases/tag/v1.29.0).
6+
37
## 1.34.0 (19th November 2023)
48

59
- Fixes https://github.com/structurizr/dsl/issues/364 (.DS_Store file causes exception during !include <directory> on Windows).

0 commit comments

Comments
 (0)