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 {