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

Commit 7cf2a6a

Browse files
Updated dependencies.
1 parent 3a0bea5 commit 7cf2a6a

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-export:1.16.0'
12+
api 'com.structurizr:structurizr-export:1.16.1'
1313

1414
testImplementation 'com.structurizr:structurizr-client:1.25.0'
1515
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
@@ -23,7 +23,7 @@ targetCompatibility = 11
2323

2424
description = 'Automatic layout facilities for Structurizr views'
2525
group = 'com.structurizr'
26-
version = '2.2.0'
26+
version = '2.2.1'
2727

2828
test {
2929
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+
## 2.2.1 (11th August 2023)
4+
5+
- structurizr/export: Updated to 1.16.1 - [changelog](https://github.com/structurizr/export/releases/tag/v1.16.1).
6+
37
## 2.2.0 (25th July 2023)
48

59
- Updates dependencies.

0 commit comments

Comments
 (0)