Skip to content

Commit 1f2a3c9

Browse files
author
Alexander Furer
committed
release 4.3.0
1 parent 47b3165 commit 1f2a3c9

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repositories {
3131
3232
}
3333
dependencies {
34-
compile 'io.github.lognet:grpc-spring-boot-starter:4.2.4'
34+
compile 'io.github.lognet:grpc-spring-boot-starter:4.3.0'
3535
}
3636
3737

ReleaseNotes.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
== Version 4.2.4
1+
== Version 4.3.0
22
* Spring Validation (Java Beans) support
3+
* gRPC version upgraded to 1.34.1
34
45
== Version 4.2.3
56
* gRPC version upgraded to 1.33.1

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
grpcVersion=1.33.1
1+
grpcVersion=1.34.1
22
springBootVersion=2.3.4.RELEASE
33
springCloudVersion=Hoxton.SR6
44

5-
version=4.2.4
5+
version=4.3.0
66
group=io.github.lognet
77
description=Spring Boot starter for Google RPC.
88
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.33.1)",
13+
value = "by gRPC proto compiler (version 1.34.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.33.1)",
16+
value = "by gRPC proto compiler (version 1.34.1)",
1717
comments = "Source: greeter.proto")
1818
public final class GreeterGrpc {
1919

grpc-spring-boot-starter-demo/src/main/protoGen/io/grpc/examples/SecuredGreeterGrpc.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.33.1)",
13+
value = "by gRPC proto compiler (version 1.34.1)",
1414
comments = "Source: greeter.proto")
1515
public final class SecuredGreeterGrpc {
1616

0 commit comments

Comments
 (0)