Skip to content

Commit ada1ce7

Browse files
author
Alexander Furer
committed
release version=3.5.7
1 parent 03d1da7 commit ada1ce7

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
2828
}
2929
dependencies {
30-
compile 'io.github.lognet:grpc-spring-boot-starter:3.5.6'
30+
compile 'io.github.lognet:grpc-spring-boot-starter:3.5.7'
3131
}
3232
3333

ReleaseNotes.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
== Version 3.5.7
2+
* gRPC version upgraded to 1.31.1
3+
14
== Version 3.5.6
25
* gRPC version upgraded to 1.30.2
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.1.3.RELEASE'
5-
grpcVersion = '1.30.2'
5+
grpcVersion = '1.31.1'
66
}
77
repositories {
88
mavenCentral()

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.5.7-SNAPSHOT
1+
version=3.5.7
22
group=io.github.lognet
33
description=Spring Boot starter for Google RPC.
44
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter

grpc-spring-boot-starter-demo/src/main/protoGen/io/grpc/examples/CalculatorGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
*/
1212
@javax.annotation.Generated(
13-
value = "by gRPC proto compiler (version 1.30.2)",
13+
value = "by gRPC proto compiler (version 1.31.1)",
1414
comments = "Source: calculator.proto")
1515
public final class CalculatorGrpc {
1616

grpc-spring-boot-starter-demo/src/main/protoGen/io/grpc/examples/GreeterGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* </pre>
1414
*/
1515
@javax.annotation.Generated(
16-
value = "by gRPC proto compiler (version 1.30.2)",
16+
value = "by gRPC proto compiler (version 1.31.1)",
1717
comments = "Source: greeter.proto")
1818
public final class GreeterGrpc {
1919

0 commit comments

Comments
 (0)