Skip to content

Commit

Permalink
Upgrade Spring Boot version
Browse files Browse the repository at this point in the history
  • Loading branch information
musab.bozkurt committed Oct 15, 2024
1 parent 8233a1e commit 17a34b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.2</version>
<version>3.2.10</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand All @@ -17,7 +17,7 @@

<properties>
<java.version>21</java.version>
<org.testcontainers.version>1.19.4</org.testcontainers.version>
<org.testcontainers.version>1.20.0</org.testcontainers.version>
<org.mapstruct.version>1.5.5.Final</org.mapstruct.version>
<org.projectlombok.version>1.18.32</org.projectlombok.version>
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
Expand Down

0 comments on commit 17a34b9

Please sign in to comment.