Skip to content

Commit bda30ed

Browse files
Bump org.springframework.boot:spring-boot-starter-parent
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 4.0.2 to 4.0.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.2...v4.0.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21497d2 commit bda30ed

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

  • spring-cloud-function-samples

spring-cloud-function-samples/function-functional-sample-aws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-starter-parent</artifactId>
18-
<version>4.0.2</version>
18+
<version>4.0.5</version>
1919
<relativePath/> <!-- lookup parent from repository -->
2020
</parent>
2121

spring-cloud-function-samples/function-sample-aws-custom-bean/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>4.0.2</version>
8+
<version>4.0.5</version>
99
<relativePath /> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>io.spring.sample</groupId>

spring-cloud-function-samples/function-sample-aws-custom/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>4.0.2</version>
8+
<version>4.0.5</version>
99
<relativePath /> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>io.spring.sample</groupId>

spring-cloud-function-samples/function-sample-aws-routing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-starter-parent</artifactId>
18-
<version>4.0.2</version>
18+
<version>4.0.5</version>
1919
<relativePath/> <!-- lookup parent from repository -->
2020
</parent>
2121

spring-cloud-function-samples/function-sample-aws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-starter-parent</artifactId>
18-
<version>4.0.2</version>
18+
<version>4.0.5</version>
1919
<relativePath/> <!-- lookup parent from repository -->
2020
</parent>
2121

spring-cloud-function-samples/function-sample-azure-eventgrid-trigger/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>4.0.2</version>
8+
<version>4.0.5</version>
99
<relativePath/>
1010
<!-- lookup parent from repository -->
1111
</parent>

spring-cloud-function-samples/function-sample-azure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>4.0.2</version>
17+
<version>4.0.5</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

spring-cloud-function-samples/function-sample-cloudevent-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>4.0.2</version>
14+
<version>4.0.5</version>
1515
<relativePath/>
1616
</parent>
1717

spring-cloud-function-samples/function-sample-gcp-background/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-starter-parent</artifactId>
18-
<version>4.0.2</version>
18+
<version>4.0.5</version>
1919
<relativePath/> <!-- lookup parent from repository -->
2020
</parent>
2121

spring-cloud-function-samples/function-sample-pof/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>4.0.2</version>
16+
<version>4.0.5</version>
1717
<relativePath/>
1818
</parent>
1919

0 commit comments

Comments
 (0)