Skip to content

Commit 54def1e

Browse files
fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v4
1 parent e3ee30d commit 54def1e

File tree

5 files changed

+5
-5
lines changed
  • poc-algorithms
  • poc-mongodb-redis-cache/reactive-mongodb-redis-integration
  • poc-reactive-learning
  • poc-rest-api

5 files changed

+5
-5
lines changed

poc-algorithms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.5.8</version>
9+
<version>4.0.0</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212

poc-mongodb-redis-cache/reactive-mongodb-redis-integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.5.8</version>
10+
<version>4.0.0</version>
1111
<relativePath /> <!-- lookup parent from repository -->
1212
</parent>
1313

poc-reactive-learning/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.5.8</version>
9+
<version>4.0.0</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

poc-rest-api/spring-boot-rest-webflux/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.5.8</version>
10+
<version>4.0.0</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

poc-rest-api/spring-boot-rest-webmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.5.8</version>
10+
<version>4.0.0</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

0 commit comments

Comments
 (0)