Skip to content

Commit 3505b3d

Browse files
Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.6
1 parent db49e88 commit 3505b3d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

camel-spring/person-demo/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.0</version>
9+
<version>3.5.6</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212
<modelVersion>4.0.0</modelVersion>

camel-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.4.3</version>
8+
<version>3.5.6</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<version>1.0-SNAPSHOT</version>

event-driven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>3.4.3</version>
11+
<version>3.5.6</version>
1212
<relativePath />
1313
</parent>
1414

messaging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.4.3</version>
8+
<version>3.5.6</version>
99
<relativePath />
1010
</parent>
1111
<version>1.0-SNAPSHOT</version>

micro-springboot/insurance-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.3.5</version>
8+
<version>3.5.6</version>
99
<relativePath />
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

micro-springboot/person-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.3.5</version>
8+
<version>3.5.6</version>
99
<relativePath />
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

micro-view/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.4.3</version>
8+
<version>3.5.6</version>
99
<relativePath />
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)