Skip to content

Commit 22f758a

Browse files
committed
GH-961 - Upgrade to Structurizr 3.1.
1 parent f8728fc commit 22f758a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<spring-framework.version>6.2.0</spring-framework.version> <!-- For Javadoc links only -->
4848
<spring-cloud-aws-bom.version>3.1.1</spring-cloud-aws-bom.version>
4949
<testcontainers.version>1.17.6</testcontainers.version>
50+
<structurizr.version>3.1.0</structurizr.version>
5051

5152
</properties>
5253

spring-modulith-docs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
<dependency>
2727
<groupId>com.structurizr</groupId>
2828
<artifactId>structurizr-core</artifactId>
29-
<version>1.29.0</version>
29+
<version>${structurizr.version}</version>
3030
</dependency>
3131

3232
<dependency>
3333
<groupId>com.structurizr</groupId>
3434
<artifactId>structurizr-export</artifactId>
35-
<version>1.19.0</version>
35+
<version>${structurizr.version}</version>
3636
</dependency>
3737

3838
<dependency>

0 commit comments

Comments
 (0)