Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/src/orders/mapstruct.versio…
Browse files Browse the repository at this point in the history
…n-1.6.0
  • Loading branch information
mergify[bot] authored Sep 1, 2024
2 parents e45cbd2 + 08d050c commit b309f9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.2</version>
<version>3.3.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<mapstruct.version>1.6.0</mapstruct.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.26.27</version>
<version>2.27.17</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit b309f9f

Please sign in to comment.