File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.boot</groupId >
88 <artifactId >spring-boot-starter-parent</artifactId >
9- <version >3.0.4 </version >
9+ <version >3.2.0 </version >
1010 </parent >
1111 <groupId >com.ttulka.samples</groupId >
1212 <artifactId >ddd-example-ecommerce</artifactId >
2424 <dependency >
2525 <groupId >nz.net.ultraq.thymeleaf</groupId >
2626 <artifactId >thymeleaf-layout-dialect</artifactId >
27- <version >3.2 .0</version >
27+ <version >3.3 .0</version >
2828 </dependency >
2929 <dependency >
3030 <groupId >org.springframework.boot</groupId >
5454 <dependency >
5555 <groupId >io.rest-assured</groupId >
5656 <artifactId >rest-assured</artifactId >
57- <version >5.1.0</version ><!-- should be fixed in spring boot 3.0.0 -->
58- <exclusions >
59- <exclusion >
60- <groupId >org.codehaus.groovy</groupId >
61- <artifactId >groovy-xml</artifactId >
62- </exclusion >
63- </exclusions >
6457 <scope >test</scope >
6558 </dependency >
6659 <dependency >
6760 <groupId >com.tngtech.archunit</groupId >
6861 <artifactId >archunit</artifactId >
69- <version >0.23 .1</version >
62+ <version >1.2 .1</version >
7063 <scope >test</scope >
7164 </dependency >
7265 </dependencies >
You can’t perform that action at this time.
0 commit comments