From 3a0bea5412fe644eb382b6448cfbdb7558c03cca Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Sat, 22 Jul 2023 14:07:30 +0100 Subject: [PATCH] Updates dependencies. --- build.gradle | 6 +++--- docs/changelog.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index c23d737..db6b4c5 100644 --- a/build.gradle +++ b/build.gradle @@ -9,9 +9,9 @@ repositories { } dependencies { - api 'com.structurizr:structurizr-export:1.15.0' + api 'com.structurizr:structurizr-export:1.16.0' - testImplementation 'com.structurizr:structurizr-client:1.24.0' + testImplementation 'com.structurizr:structurizr-client:1.25.0' testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2' } @@ -23,7 +23,7 @@ targetCompatibility = 11 description = 'Automatic layout facilities for Structurizr views' group = 'com.structurizr' -version = '2.1.0' +version = '2.2.0' test { useJUnitPlatform() diff --git a/docs/changelog.md b/docs/changelog.md index 3ee0eed..974c781 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2.2.0 (25th July 2023) + +- Updates dependencies. + ## 2.1.0 (6th July 2023) - Adds some debug to help diagnose problems with running Graphviz.