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

Commit

Permalink
Updates dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brown committed Jul 22, 2023
1 parent 1ae78f9 commit 3a0bea5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand All @@ -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()
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.0 (25th July 2023)

- Updates dependencies.

## 2.1.0 (6th July 2023)

- Adds some debug to help diagnose problems with running Graphviz.
Expand Down

0 comments on commit 3a0bea5

Please sign in to comment.