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

Commit

Permalink
Updated structurizr/java.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Dec 29, 2023
1 parent fe421ca commit 8d2c1b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

dependencies {
api 'com.structurizr:structurizr-client:1.28.0'
api 'com.structurizr:structurizr-client:1.29.0'
api 'com.structurizr:structurizr-import:1.7.0'

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

description = 'Structurizr DSL'
group = 'com.structurizr'
version = '1.34.0'
version = '1.35.0'

test {
useJUnitPlatform()
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.35.0 (29th December 2023)

- Updates structurizr/java to [v1.29.0](https://github.com/structurizr/java/releases/tag/v1.29.0).

## 1.34.0 (19th November 2023)

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

0 comments on commit 8d2c1b4

Please sign in to comment.