@@ -25,15 +25,15 @@ To add a dependency using Maven, use the following:
25
25
<dependency>
26
26
<groupId>net.devh</groupId>
27
27
<artifactId>grpc-server-spring-boot-starter</artifactId>
28
- <version>1.0.0 .RELEASE</version>
28
+ <version>1.0.1 .RELEASE</version>
29
29
</dependency>
30
30
````
31
31
32
32
To add a dependency using Gradle:
33
33
34
34
````
35
35
dependencies {
36
- compile 'net.devh:grpc-server-spring-boot-starter:1.0.0 .RELEASE'
36
+ compile 'net.devh:grpc-server-spring-boot-starter:1.0.1 .RELEASE'
37
37
}
38
38
````
39
39
@@ -58,15 +58,15 @@ To add a dependency using Maven, use the following:
58
58
<dependency>
59
59
<groupId>net.devh</groupId>
60
60
<artifactId>grpc-client-spring-boot-starter</artifactId>
61
- <version>1.0.0 .RELEASE</version>
61
+ <version>1.0.1 .RELEASE</version>
62
62
</dependency>
63
63
````
64
64
65
65
To add a dependency using Gradle:
66
66
67
67
````
68
68
dependencies {
69
- compile 'net.devh:grpc-client-spring-boot-starter:1.0.0 .RELEASE'
69
+ compile 'net.devh:grpc-client-spring-boot-starter:1.0.1 .RELEASE'
70
70
}
71
71
````
72
72
@@ -104,7 +104,7 @@ grpc.client.(gRPC server name).port[0]=
104
104
105
105
| Project Version | gRPC Version |
106
106
| ---------------- | ------------- |
107
- | 1.0.1.SNAPSHOT | 1.1.2 |
107
+ | 1.0.1.RELEASE | 1.1.2 |
108
108
| 1.0.0.RELEASE | 1.0.3 |
109
109
110
110
## Show case
0 commit comments