We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3ca40 commit 8cc833aCopy full SHA for 8cc833a
README.adoc
@@ -31,7 +31,7 @@ repositories {
31
32
}
33
dependencies {
34
- compile 'io.github.lognet:grpc-spring-boot-starter:4.0.0'
+ compile 'io.github.lognet:grpc-spring-boot-starter:4.1.0'
35
36
37
ReleaseNotes.adoc
@@ -1,6 +1,6 @@
1
== Version 4.1.0
2
* gRPC version upgraded to 1.31.2
3
-* Fixed the issue with obtaining `Authentication` details in secured object implementation.
+* Fixed the issue with obtaining `Authentication` details in secured method implementation.
4
* Fixed the issue with providing client-side user credentials.
5
6
== Version 4.0.0
0 commit comments