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

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Aug 11, 2023
1 parent 3a0bea5 commit 7cf2a6a
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-export:1.16.0'
api 'com.structurizr:structurizr-export:1.16.1'

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

description = 'Automatic layout facilities for Structurizr views'
group = 'com.structurizr'
version = '2.2.0'
version = '2.2.1'

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

## 2.2.1 (11th August 2023)

- structurizr/export: Updated to 1.16.1 - [changelog](https://github.com/structurizr/export/releases/tag/v1.16.1).

## 2.2.0 (25th July 2023)

- Updates dependencies.
Expand Down

0 comments on commit 7cf2a6a

Please sign in to comment.