Skip to content

Commit 7b83f36

Browse files
author
Alexander Furer
committed
3.1.0 release
1 parent f76cb49 commit 7b83f36

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repositories {
2626
2727
}
2828
dependencies {
29-
compile 'io.github.lognet:grpc-spring-boot-starter:3.0.0'
29+
compile 'io.github.lognet:grpc-spring-boot-starter:3.1.0'
3030
}
3131
----
3232

ReleaseNotes.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
== Version 3.1.0
2+
* gRPC version upgraded to 1.18.0
3+
14
== Version 3.0.2
25
* gRPC version upgraded to 1.17.1
36

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ buildscript {
22
ext {
33
springBoot_1_X_Version = '1.5.13.RELEASE'
44
springBoot_2_X_Version = '2.0.3.RELEASE'
5-
grpcVersion = '1.17.1'
5+
grpcVersion = '1.18.0'
66
}
77
repositories {
88
mavenCentral()

0 commit comments

Comments
 (0)