Skip to content

Commit

Permalink
Update dependency org.springframework.boot:spring-boot-starter-parent…
Browse files Browse the repository at this point in the history
… to v3
  • Loading branch information
renovate[bot] authored May 28, 2023
1 parent e25fb06 commit d565962
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inventory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
<artifactId>spring-boot-starter-parent</artifactId>
<groupId>org.springframework.boot</groupId>
<relativePath/>
<version>2.3.2.RELEASE</version> <!-- lookup parent from com.ecommerceapp.shipment.repository -->
<version>3.1.0</version> <!-- lookup parent from com.ecommerceapp.shipment.repository -->
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion shipment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>spring-boot-starter-parent</artifactId>
<groupId>org.springframework.boot</groupId>
<relativePath/>
<version>2.3.3.RELEASE</version> <!-- lookup parent from com.ecommerceapp.shipment.repository -->
<version>3.1.0</version> <!-- lookup parent from com.ecommerceapp.shipment.repository -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion shop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
<artifactId>spring-boot-starter-parent</artifactId>
<groupId>org.springframework.boot</groupId>
<relativePath/>
<version>2.3.3.RELEASE</version>
<version>3.1.0</version>
</parent>

<properties>
Expand Down

0 comments on commit d565962

Please sign in to comment.