Skip to content

Commit 50069d4

Browse files
author
Alexander Furer
committed
closes #211
1 parent de4e587 commit 50069d4

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ apply from: "${rootDir}/publishSonatype.gradle"
3030
allprojects {
3131
repositories {
3232
mavenCentral()
33-
jcenter()
3433
maven { url "https://repo.spring.io/milestone" }
3534
maven { url "https://jitpack.io" }
35+
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
3636

3737
}
3838
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcVersion=1.37.0
1+
grpcVersion=1.38.0
22
springBootVersion=2.4.5
33
springCloudVersion=2020.0.2
44

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
@@ -5,7 +5,7 @@
55
/**
66
*/
77
@javax.annotation.Generated(
8-
value = "by gRPC proto compiler (version 1.37.0)",
8+
value = "by gRPC proto compiler (version 1.38.0)",
99
comments = "Source: calculator.proto")
1010
public final class CalculatorGrpc {
1111

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
@@ -8,7 +8,7 @@
88
* </pre>
99
*/
1010
@javax.annotation.Generated(
11-
value = "by gRPC proto compiler (version 1.37.0)",
11+
value = "by gRPC proto compiler (version 1.38.0)",
1212
comments = "Source: greeter.proto")
1313
public final class GreeterGrpc {
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
*/
77
@javax.annotation.Generated(
8-
value = "by gRPC proto compiler (version 1.37.0)",
8+
value = "by gRPC proto compiler (version 1.38.0)",
99
comments = "Source: calculator.proto")
1010
public final class SecuredCalculatorGrpc {
1111

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
@@ -5,7 +5,7 @@
55
/**
66
*/
77
@javax.annotation.Generated(
8-
value = "by gRPC proto compiler (version 1.37.0)",
8+
value = "by gRPC proto compiler (version 1.38.0)",
99
comments = "Source: greeter.proto")
1010
public final class SecuredGreeterGrpc {
1111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* </pre>
99
*/
1010
@javax.annotation.Generated(
11-
value = "by gRPC proto compiler (version 1.37.0)",
11+
value = "by gRPC proto compiler (version 1.38.0)",
1212
comments = "Source: route_guide.proto")
1313
public final class RouteGuideGrpc {
1414

0 commit comments

Comments
 (0)