Skip to content

Commit 7b5b7d4

Browse files
committed
Boot 3.5.5
1 parent e45a52d commit 7b5b7d4

File tree

41 files changed

+55
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+55
-55
lines changed

.github/workflows/check-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
include:
1313
- javaVersion: 17
14-
springBootVersion: "3.5.4"
14+
springBootVersion: "3.5.5"
1515
- javaVersion: 17
1616
springBootVersion: "3.5.0-SNAPSHOT"
1717
runs-on: ubuntu-latest

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<java.version>17</java.version>
7878

7979
<!-- internal dependencies -->
80-
<spring-boot.version>3.5.4</spring-boot.version>
80+
<spring-boot.version>3.5.5</spring-boot.version>
8181
<jackson.version>2.19.2</jackson.version>
8282
<junit.version>5.12.2</junit.version>
8383
<assertj.version>3.27.3</assertj.version>

samples/grpc-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $ ./mvnw spring-boot:run
1111
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
1212
' |____| .__|_| |_|_| |_\__, | / / / /
1313
=========|_|==============|___/=/_/_/_/
14-
:: Spring Boot :: (v3.5.4)
14+
:: Spring Boot :: (v3.5.5)
1515
1616
...
1717
2025-02-27T09:21:19.515Z INFO 1211091 --- [grpc-client] [ main] o.s.g.sample.GrpcClientApplication : Started GrpcClientApplication in 0.909 seconds (process running for 1.172)

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 '3.5.4'
3+
id 'org.springframework.boot' version '3.5.5'
44
id 'io.spring.dependency-management' version '1.1.6'
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>3.5.4</version>
9+
<version>3.5.5</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>org.springframework.grpc</groupId>

samples/grpc-oauth2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $ ./mvnw spring-boot:test-run
1111
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
1212
' |____| .__|_| |_|_| |_\__, | / / / /
1313
=========|_|==============|___/=/_/_/_/
14-
:: Spring Boot :: (v3.5.4)
14+
:: Spring Boot :: (v3.5.5)
1515
1616
...
1717
2022-12-08T05:32:25.427-08:00 INFO 551632 --- [ main] g.s.a.GrpcServerFactoryAutoConfiguration : Detected grpc-netty: Creating NettyGrpcServerFactory

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 '3.5.4'
3+
id 'org.springframework.boot' version '3.5.5'
44
id 'io.spring.dependency-management' version '1.1.6'
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>3.5.4</version>
9+
<version>3.5.5</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>org.springframework.grpc</groupId>

samples/grpc-oauth2/src/test/java/org/springframework/grpc/sample/GrpcServerApplicationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ static CommonsExecWebServerFactoryBean authServer() {
124124
return CommonsExecWebServerFactoryBean.builder()
125125
.useGenericSpringBootMain()
126126
.classpath(classpath -> classpath.entries(new MavenClasspathEntry(
127-
"org.springframework.boot:spring-boot-starter-oauth2-authorization-server:3.5.4")));
127+
"org.springframework.boot:spring-boot-starter-oauth2-authorization-server:3.5.5")));
128128
}
129129

130130
@Bean

samples/grpc-reactive/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $ ./mvnw spring-boot:run
1111
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
1212
' |____| .__|_| |_|_| |_\__, | / / / /
1313
=========|_|==============|___/=/_/_/_/
14-
:: Spring Boot :: (v3.5.4)
14+
:: Spring Boot :: (v3.5.5)
1515
1616
2022-12-08T05:32:24.934-08:00 INFO 551632 --- [ main] com.example.demo.DemoApplication : Starting DemoApplication using Java 17.0.5 with PID 551632 (/home/dsyer/dev/scratch/demo/target/classes started by dsyer in /home/dsyer/dev/scratch/demo)
1717
2022-12-08T05:32:24.938-08:00 INFO 551632 --- [ main] com.example.demo.DemoApplication : No active profile set, falling back to 1 default profile: "default"

0 commit comments

Comments
 (0)