Skip to content

Commit

Permalink
Update spring boot to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent ffd6baa commit dc2f0c6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions inventory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.3.2.RELEASE</version>
<version>3.3.4</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -150,12 +150,12 @@
<dependency>
<artifactId>spring-boot-starter-actuator</artifactId>
<groupId>org.springframework.boot</groupId>
<version>2.7.14</version>
<version>3.3.4</version>
</dependency>
<dependency>
<artifactId>spring-boot-starter-web</artifactId>
<groupId>org.springframework.boot</groupId>
<version>2.7.14</version>
<version>3.3.4</version>
</dependency>

<dependency>
Expand Down 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.3.4</version> <!-- lookup parent from com.ecommerceapp.shipment.repository -->
</parent>

<properties>
Expand Down
10 changes: 5 additions & 5 deletions 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.3.4</version> <!-- lookup parent from com.ecommerceapp.shipment.repository -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -66,7 +66,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.3.2.RELEASE</version>
<version>3.3.4</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -183,12 +183,12 @@
<dependency>
<artifactId>spring-boot-starter-actuator</artifactId>
<groupId>org.springframework.boot</groupId>
<version>2.3.2.RELEASE</version>
<version>3.3.4</version>
</dependency>
<dependency>
<artifactId>spring-boot-starter-web</artifactId>
<groupId>org.springframework.boot</groupId>
<version>2.5.12</version>
<version>3.3.4</version>
</dependency>

<dependency>
Expand All @@ -207,7 +207,7 @@
</exclusions>
<groupId>org.springframework.boot</groupId>
<scope>test</scope>
<version>2.3.2.RELEASE</version>
<version>3.3.4</version>
</dependency>
<dependency>
<artifactId>persistence-api</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions shop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<plugin>
<artifactId>spring-boot-maven-plugin</artifactId>
<groupId>org.springframework.boot</groupId>
<version>2.3.12.RELEASE</version>
<version>3.3.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -156,12 +156,12 @@
<dependency>
<artifactId>spring-boot-starter-actuator</artifactId>
<groupId>org.springframework.boot</groupId>
<version>2.3.2.RELEASE</version>
<version>3.3.4</version>
</dependency>
<dependency>
<artifactId>spring-boot-starter-web</artifactId>
<groupId>org.springframework.boot</groupId>
<version>2.5.12</version>
<version>3.3.4</version>
</dependency>

<dependency>
Expand All @@ -180,7 +180,7 @@
</exclusions>
<groupId>org.springframework.boot</groupId>
<scope>test</scope>
<version>2.3.2.RELEASE</version>
<version>3.3.4</version>
</dependency>
<dependency>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
Expand Down Expand Up @@ -316,7 +316,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<relativePath/>
<version>2.3.3.RELEASE</version>
<version>3.3.4</version>
</parent>

<properties>
Expand Down

0 comments on commit dc2f0c6

Please sign in to comment.