From 8d2c1b4a7b7be7dca5d89dfd0103600d88d1d106 Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Fri, 29 Dec 2023 15:11:54 +0000 Subject: [PATCH] Updated structurizr/java. --- build.gradle | 4 ++-- docs/changelog.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c6cd73e..29acbcf 100644 --- a/build.gradle +++ b/build.gradle @@ -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' @@ -28,7 +28,7 @@ targetCompatibility = 17 description = 'Structurizr DSL' group = 'com.structurizr' -version = '1.34.0' +version = '1.35.0' test { useJUnitPlatform() diff --git a/docs/changelog.md b/docs/changelog.md index 461fd63..6aaa4de 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 on Windows).