Skip to content

Commit ff1044a

Browse files
committed
Update Spring Boot to version 4.1.0-M1
Signed-off-by: onobc <chris.bono@gmail.com>
1 parent 259717d commit ff1044a

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
8282
<java.version>17</java.version>
8383
<!-- internal dependencies -->
84-
<spring-boot.version>4.1.0-SNAPSHOT</spring-boot.version>
84+
<spring-boot.version>4.1.0-M1</spring-boot.version>
8585
<jackson.version>2.21.0</jackson.version>
8686
<junit.version>6.0.2</junit.version>
8787
<kotlin.coroutines.version>1.10.2</kotlin.coroutines.version>

samples/grpc-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '4.1.0-SNAPSHOT'
3+
id 'org.springframework.boot' version '4.1.0-M1'
44
id 'io.spring.dependency-management' version '1.1.7'
55
id 'com.google.protobuf' version '0.9.4'
66
}

samples/grpc-client/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>4.1.0-SNAPSHOT</version>
9+
<version>4.1.0-M1</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>org.springframework.grpc</groupId>

samples/grpc-oauth2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '4.1.0-SNAPSHOT'
3+
id 'org.springframework.boot' version '4.1.0-M1'
44
id 'io.spring.dependency-management' version '1.1.7'
55
id 'org.graalvm.buildtools.native' version '0.10.3'
66
id 'com.google.protobuf' version '0.9.4'

samples/grpc-oauth2/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>4.1.0-SNAPSHOT</version>
9+
<version>4.1.0-M1</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>org.springframework.grpc</groupId>

samples/grpc-reactive/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '4.1.0-SNAPSHOT'
3+
id 'org.springframework.boot' version '4.1.0-M1'
44
id 'io.spring.dependency-management' version '1.1.7'
55
id 'com.google.protobuf' version '0.9.4'
66
}

samples/grpc-reactive/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>4.1.0-SNAPSHOT</version>
9+
<version>4.1.0-M1</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>org.springframework.grpc</groupId>

samples/grpc-secure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '4.1.0-SNAPSHOT'
3+
id 'org.springframework.boot' version '4.1.0-M1'
44
id 'io.spring.dependency-management' version '1.1.7'
55
id 'org.graalvm.buildtools.native' version '0.10.3'
66
id 'com.google.protobuf' version '0.9.4'

samples/grpc-secure/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>4.1.0-SNAPSHOT</version>
9+
<version>4.1.0-M1</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>org.springframework.grpc</groupId>

samples/grpc-server-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '4.1.0-SNAPSHOT'
3+
id 'org.springframework.boot' version '4.1.0-M1'
44
id 'io.spring.dependency-management' version '1.1.7'
55
id 'com.google.protobuf' version '0.9.4'
66
id 'org.jetbrains.kotlin.jvm' version '2.2.21'

0 commit comments

Comments
 (0)