Skip to content

Commit

Permalink
update to spring boot 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ttulka committed Dec 11, 2023
1 parent 70c0470 commit b48268e
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.4</version>
<version>3.2.0</version>
</parent>
<groupId>com.ttulka.samples</groupId>
<artifactId>ddd-example-ecommerce</artifactId>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>nz.net.ultraq.thymeleaf</groupId>
<artifactId>thymeleaf-layout-dialect</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -54,19 +54,12 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>5.1.0</version><!-- should be fixed in spring boot 3.0.0 -->
<exclusions>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-xml</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.tngtech.archunit</groupId>
<artifactId>archunit</artifactId>
<version>0.23.1</version>
<version>1.2.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit b48268e

Please sign in to comment.