Skip to content

Commit

Permalink
fix(deps): update dependency org.springframework.boot:spring-boot-sta…
Browse files Browse the repository at this point in the history
…rter-parent to v3.2.0-m2
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent 6f35e58 commit a746737
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api-gateway/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.2.0-M1</version>
<version>3.2.0-M2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example.microservices</groupId>
Expand Down
2 changes: 1 addition & 1 deletion inventory-service/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.2.0-M1</version>
<version>3.2.0-M2</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.example.inventoryservice</groupId>
Expand Down
2 changes: 1 addition & 1 deletion order-service/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.0-M1</version>
<version>3.2.0-M2</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.example.orderservice</groupId>
Expand Down
2 changes: 1 addition & 1 deletion payment-service/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.0-M1</version>
<version>3.2.0-M2</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.example.paymentservice</groupId>
Expand Down

0 comments on commit a746737

Please sign in to comment.