Skip to content

Commit 72762fa

Browse files
committed
GH-462 - Upgrade to latest Structurizr.
Core 1.18 -> 1.29 Export 1.8.3 -> 1.19.0
1 parent 3486b11 commit 72762fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-modulith-docs/pom.xml

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

3232
<dependency>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.structurizr</groupId>
4040
<artifactId>structurizr-export</artifactId>
41-
<version>1.8.3</version>
41+
<version>1.19.0</version>
4242
</dependency>
4343

4444
<dependency>

spring-modulith-docs/src/main/java/org/springframework/modulith/docs/Documenter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
import com.structurizr.model.SoftwareSystem;
6363
import com.structurizr.model.Tags;
6464
import com.structurizr.view.ComponentView;
65+
import com.structurizr.view.ModelView;
6566
import com.structurizr.view.RelationshipView;
6667
import com.structurizr.view.Shape;
6768
import com.structurizr.view.Styles;
68-
import com.structurizr.view.View;
6969
import com.tngtech.archunit.core.domain.JavaClass;
7070

7171
/**
@@ -456,7 +456,7 @@ private void addComponentsToView(Supplier<Stream<ApplicationModule>> modules, Co
456456
.forEach(it -> potentiallyRemoveDefaultRelationship(view, it));
457457
}
458458

459-
private void potentiallyRemoveDefaultRelationship(View view, Collection<Relationship> relationships) {
459+
private void potentiallyRemoveDefaultRelationship(ModelView view, Collection<Relationship> relationships) {
460460

461461
if (relationships.size() <= 1) {
462462
return;

0 commit comments

Comments
 (0)