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

Commit

Permalink
Upgrades structurizr/java.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Mar 11, 2023
1 parent 16d76e0 commit 216520f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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-client:1.22.1'
api 'com.structurizr:structurizr-client:1.22.3'
api 'com.structurizr:structurizr-import:1.4.0'

testImplementation 'org.codehaus.groovy:groovy-jsr223:3.0.13'
Expand All @@ -27,7 +27,7 @@ targetCompatibility = 1.8

description = 'Structurizr DSL'
group = 'com.structurizr'
version = '1.28.1'
version = '1.28.3'

test {
useJUnitPlatform()
Expand Down
6 changes: 5 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 1.28.1 (10th March 2023)
## 1.28.3 (11th March 2023)

- Upgrades structurizr/java to [v1.22.3](https://github.com/structurizr/java/releases/tag/v1.22.3).

## 1.28.2 (10th March 2023)

- Silently ignore `!plugin` and `!script` when running in restricted mode, to match how `!docs` and `!adrs` work.

Expand Down

0 comments on commit 216520f

Please sign in to comment.