You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<1> Make sure to pull the version that matches the release.
54
54
@@ -62,7 +62,7 @@ In this case you'll need to forcibly and explicitly set the `grpc` version to
62
62
configurations.all {
63
63
resolutionStrategy.eachDependency { details ->
64
64
if ("io.grpc".equalsIgnoreCase(details.requested.group)) {
65
-
details.useVersion "1.55.1"
65
+
details.useVersion "1.56.1"
66
66
}
67
67
}
68
68
}
@@ -155,7 +155,7 @@ The starter supports also the `in-process server`, which should be used for test
155
155
[NOTE]
156
156
If you enable both the `NettyServer` and `in-process` server, they will both share the same instance of `HealthStatusManager` and `GRpcServerBuilderConfigurer` (see <<Custom gRPC Server Configuration>>).
157
157
158
-
== Show case
158
+
== Showcase
159
159
160
160
In the `grpc-spring-boot-starter-demo` project you can find fully functional examples with integration tests. +
0 commit comments