Skip to content

Commit 5a2b885

Browse files
authored
Bump Spring Boot 4.0.4 (#311)
1 parent e5c30ea commit 5a2b885

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
// Define version variables at root level so they're available everywhere
99
ext {
10-
springBootVersion = '4.0.3' // https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/
10+
springBootVersion = '4.0.4' // https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/
1111
// The following versions are managed by Spring Boot BOM (no need to define here):
1212
// junitJupiterVersion, mockitoVersion, slf4jVersion, logbackVersion,
1313
// jacksonVersion, jacksonDatabindVersion, micrometerVersion, janinoVersion,

examples/azure-grpc-spring-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '4.0.3'
2+
id 'org.springframework.boot' version '4.0.4'
33
id "com.google.protobuf" version "0.9.6"
44
}
55

examples/azure-web-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '4.0.3'
2+
id 'org.springframework.boot' version '4.0.4'
33
}
44

55
test {

examples/gcp-async-web-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '4.0.3'
2+
id 'org.springframework.boot' version '4.0.4'
33
}
44

55
test {

examples/gcp-grpc-spring-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '4.0.3'
2+
id 'org.springframework.boot' version '4.0.4'
33
id "com.google.protobuf" version "0.9.6"
44
}
55

examples/gcp-grpc-spring-without-test-artifacts-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '4.0.3'
2+
id 'org.springframework.boot' version '4.0.4'
33
id "com.google.protobuf" version "0.9.6"
44
}
55

examples/gcp-web-apache-client-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '4.0.3'
2+
id 'org.springframework.boot' version '4.0.4'
33
}
44

55
test {

examples/gcp-web-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '4.0.3'
2+
id 'org.springframework.boot' version '4.0.4'
33
}
44

55
test {

examples/gcp-web-without-test-artifacts-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '4.0.3'
2+
id 'org.springframework.boot' version '4.0.4'
33
}
44

55
test {

examples/gcp-web-without-test-or-ondemand-artifacts-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '4.0.3'
2+
id 'org.springframework.boot' version '4.0.4'
33
}
44

55
test {

0 commit comments

Comments
 (0)