We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd805a commit 3ad8519Copy full SHA for 3ad8519
1 file changed
samples/grpc-webflux-secure/src/test/java/org/springframework/grpc/sample/GrpcServerApplicationTests.java
@@ -81,7 +81,7 @@ static CommonsExecWebServerFactoryBean authServer() {
81
return CommonsExecWebServerFactoryBean.builder()
82
.useGenericSpringBootMain()
83
.classpath(classpath -> classpath.entries(new MavenClasspathEntry(
84
- "org.springframework.boot:spring-boot-starter-oauth2-authorization-server:3.5.3")));
+ "org.springframework.boot:spring-boot-starter-oauth2-authorization-server:3.5.4")));
85
}
86
87
@Bean
0 commit comments