Skip to content

Commit

Permalink
chore(deps): update structurizr packages to v2 (major) (#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
arukiidou authored May 4, 2024
1 parent 5bb986a commit 455b517
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<owasp-html-sanitizer.version>20220608.1</owasp-html-sanitizer.version>
<structurizr-dsl.version>1.32.0</structurizr-dsl.version>
<structurizr-export.version>1.16.1</structurizr-export.version>
<structurizr-core.version>1.26.1</structurizr-core.version>
<structurizr-dsl.version>2.1.2</structurizr-dsl.version>
<structurizr-export.version>2.1.2</structurizr-export.version>
<structurizr-core.version>2.1.2</structurizr-core.version>
<caffeine.version>3.1.8</caffeine.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion server/src/test/resources/bigbank.structurizr
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ workspace "Big Bank plc" "This is an example workspace to illustrate the key fea
model {
customer = person "Personal Banking Customer" "A customer of the bank, with personal bank accounts." "Customer"

enterprise "Big Bank plc" {
group "Big Bank plc" {
supportStaff = person "Customer Service Staff" "Customer service staff within the bank." "Bank Staff"
backoffice = person "Back Office Staff" "Administration and support staff within the bank." "Bank Staff"

Expand Down
Loading

0 comments on commit 455b517

Please sign in to comment.