Skip to content

Commit 3ad8519

Browse files
committed
Polish "Update to spring boot 3.5.4"
Minor update to update the Spring Boot version to `3.5.4` in GrpcServerApplicationTests. Signed-off-by: Chris Bono <[email protected]>
1 parent edd805a commit 3ad8519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ static CommonsExecWebServerFactoryBean authServer() {
8181
return CommonsExecWebServerFactoryBean.builder()
8282
.useGenericSpringBootMain()
8383
.classpath(classpath -> classpath.entries(new MavenClasspathEntry(
84-
"org.springframework.boot:spring-boot-starter-oauth2-authorization-server:3.5.3")));
84+
"org.springframework.boot:spring-boot-starter-oauth2-authorization-server:3.5.4")));
8585
}
8686

8787
@Bean

0 commit comments

Comments
 (0)