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 b0c1383 commit 97a484cCopy full SHA for 97a484c
README.adoc
@@ -27,7 +27,7 @@ repositories {
27
28
}
29
dependencies {
30
- compile 'io.github.lognet:grpc-spring-boot-starter:3.4.2'
+ compile 'io.github.lognet:grpc-spring-boot-starter:3.4.3'
31
32
33
ReleaseNotes.adoc
@@ -1,3 +1,6 @@
1
+== Version 3.4.3
2
+* Spring boot 1.2.x compatibility
3
+
4
== Version 3.4.2
5
* gRPC version upgraded to 1.24.0
6
gradle.properties
@@ -1,4 +1,4 @@
-version=3.4.3-SNAPSHOT
+version=3.4.3
group=io.github.lognet
description=Spring Boot starter for Google RPC.
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter
0 commit comments