Skip to content

Commit b48268e

Browse files
committed
update to spring boot 3.2
1 parent 70c0470 commit b48268e

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>
@@ -24,7 +24,7 @@
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>
@@ -54,19 +54,12 @@
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>

0 commit comments

Comments
 (0)