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 f76cb49 commit 7b83f36Copy full SHA for 7b83f36
README.adoc
@@ -26,7 +26,7 @@ repositories {
26
27
}
28
dependencies {
29
- compile 'io.github.lognet:grpc-spring-boot-starter:3.0.0'
+ compile 'io.github.lognet:grpc-spring-boot-starter:3.1.0'
30
31
----
32
ReleaseNotes.adoc
@@ -1,3 +1,6 @@
1
+== Version 3.1.0
2
+* gRPC version upgraded to 1.18.0
3
+
4
== Version 3.0.2
5
* gRPC version upgraded to 1.17.1
6
build.gradle
@@ -2,7 +2,7 @@ buildscript {
ext {
springBoot_1_X_Version = '1.5.13.RELEASE'
springBoot_2_X_Version = '2.0.3.RELEASE'
- grpcVersion = '1.17.1'
+ grpcVersion = '1.18.0'
7
repositories {
8
mavenCentral()
0 commit comments