From 063cd091790d335838f93b39dd8c802997bf0c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 12:35:04 +0000 Subject: [PATCH] chore: bump org.springframework.boot from 4.0.5 to 4.0.6 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/azure-grpc-spring-example/build.gradle | 2 +- examples/azure-web-example/build.gradle | 2 +- examples/gcp-async-web-example/build.gradle | 2 +- examples/gcp-grpc-spring-example/build.gradle | 2 +- .../gcp-grpc-spring-without-test-artifacts-example/build.gradle | 2 +- examples/gcp-web-apache-client-example/build.gradle | 2 +- examples/gcp-web-example/build.gradle | 2 +- examples/gcp-web-without-test-artifacts-example/build.gradle | 2 +- .../build.gradle | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/azure-grpc-spring-example/build.gradle b/examples/azure-grpc-spring-example/build.gradle index 2ed97a5b..511fed82 100644 --- a/examples/azure-grpc-spring-example/build.gradle +++ b/examples/azure-grpc-spring-example/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '4.0.5' + id 'org.springframework.boot' version '4.0.6' id "com.google.protobuf" version "0.10.0" } diff --git a/examples/azure-web-example/build.gradle b/examples/azure-web-example/build.gradle index 9f9c0080..167e154e 100644 --- a/examples/azure-web-example/build.gradle +++ b/examples/azure-web-example/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '4.0.5' + id 'org.springframework.boot' version '4.0.6' } test { diff --git a/examples/gcp-async-web-example/build.gradle b/examples/gcp-async-web-example/build.gradle index a223f327..7117cf7b 100644 --- a/examples/gcp-async-web-example/build.gradle +++ b/examples/gcp-async-web-example/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '4.0.5' + id 'org.springframework.boot' version '4.0.6' } test { diff --git a/examples/gcp-grpc-spring-example/build.gradle b/examples/gcp-grpc-spring-example/build.gradle index 8e9ba8e8..eb746612 100644 --- a/examples/gcp-grpc-spring-example/build.gradle +++ b/examples/gcp-grpc-spring-example/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '4.0.5' + id 'org.springframework.boot' version '4.0.6' id "com.google.protobuf" version "0.10.0" } diff --git a/examples/gcp-grpc-spring-without-test-artifacts-example/build.gradle b/examples/gcp-grpc-spring-without-test-artifacts-example/build.gradle index b23babab..4693ad08 100644 --- a/examples/gcp-grpc-spring-without-test-artifacts-example/build.gradle +++ b/examples/gcp-grpc-spring-without-test-artifacts-example/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '4.0.5' + id 'org.springframework.boot' version '4.0.6' id "com.google.protobuf" version "0.10.0" } diff --git a/examples/gcp-web-apache-client-example/build.gradle b/examples/gcp-web-apache-client-example/build.gradle index 749ce036..3601c940 100644 --- a/examples/gcp-web-apache-client-example/build.gradle +++ b/examples/gcp-web-apache-client-example/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '4.0.5' + id 'org.springframework.boot' version '4.0.6' } test { diff --git a/examples/gcp-web-example/build.gradle b/examples/gcp-web-example/build.gradle index a223f327..7117cf7b 100644 --- a/examples/gcp-web-example/build.gradle +++ b/examples/gcp-web-example/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '4.0.5' + id 'org.springframework.boot' version '4.0.6' } test { diff --git a/examples/gcp-web-without-test-artifacts-example/build.gradle b/examples/gcp-web-without-test-artifacts-example/build.gradle index a627f262..40df4339 100644 --- a/examples/gcp-web-without-test-artifacts-example/build.gradle +++ b/examples/gcp-web-without-test-artifacts-example/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '4.0.5' + id 'org.springframework.boot' version '4.0.6' } test { diff --git a/examples/gcp-web-without-test-or-ondemand-artifacts-example/build.gradle b/examples/gcp-web-without-test-or-ondemand-artifacts-example/build.gradle index 92aa4e55..41877ada 100644 --- a/examples/gcp-web-without-test-or-ondemand-artifacts-example/build.gradle +++ b/examples/gcp-web-without-test-or-ondemand-artifacts-example/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '4.0.5' + id 'org.springframework.boot' version '4.0.6' } test {