Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update structurizr packages to v2 (major) #1744

Merged
merged 3 commits into from
May 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading