Skip to content

Commit 0a92d18

Browse files
author
Alexander Furer
committed
docs [skip ci]
1 parent 1fe4715 commit 0a92d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ By default, starter pulls `io.grpc:grpc-netty-shaded` as transitive dependency
4848

4949
[source,groovy]
5050
----
51-
compile ('io.github.lognet:grpc-spring-boot-starter:4.5.8') {
51+
compile ('io.github.lognet:grpc-spring-boot-starter:4.5.9') {
5252
exclude group: 'io.grpc', module: 'grpc-netty-shaded'
5353
}
5454
compile 'io.grpc:grpc-netty:1.41.0' // <1>
@@ -275,7 +275,7 @@ Their order can also be controlled by below properties :
275275

276276
This gives you the ability to set up the desired order of built-in and your custom interceptors.
277277

278-
Error handling interceptor has the highest precedence.
278+
Error handling interceptor has the `Ordered.HIGHEST_PRECEDENCE`.
279279

280280
*Keep on reading !!! There is more*
281281

0 commit comments

Comments
 (0)