Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/src/orders/io.awspring.clou…
Browse files Browse the repository at this point in the history
…d-spring-cloud-aws-dependencies-3.2.0
  • Loading branch information
mergify[bot] authored Oct 1, 2024
2 parents 9ebc48e + 693c133 commit 32014c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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.3</version>
<version>3.3.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

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

<dependencyManagement>
<dependencies>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.27.17</version>
<version>2.28.12</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -112,13 +112,13 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.20.1</version>
<version>1.20.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.20.1</version>
<version>1.20.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/orders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<java.version>17</java.version>
<mapstruct.version>1.6.0</mapstruct.version>
<mapstruct.version>1.6.2</mapstruct.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/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.3.3</version>
<version>3.3.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.amazon.sample</groupId>
Expand Down

0 comments on commit 32014c4

Please sign in to comment.