@@ -52,7 +52,7 @@ README: [English](README.md) | [中文](README-zh-CN.md)
52
52
53
53
2.x.x.RELEASE supports Spring Boot 2.1.x/2.2.x & Spring Cloud Greenwich/Hoxton.
54
54
55
- The latest version: `` 2.11 .0.RELEASE ``
55
+ The latest version: `` 2.12 .0.RELEASE ``
56
56
57
57
(Use ` 2.4.0.RELEASE ` for Spring Boot 2.0.x & Spring Cloud Finchley).
58
58
@@ -72,15 +72,15 @@ To add a dependency using Maven, use the following:
72
72
<dependency >
73
73
<groupId >net.devh</groupId >
74
74
<artifactId >grpc-spring-boot-starter</artifactId >
75
- <version >2.11 .0.RELEASE</version >
75
+ <version >2.12 .0.RELEASE</version >
76
76
</dependency >
77
77
````
78
78
79
79
To add a dependency using Gradle:
80
80
81
81
```` gradle
82
82
dependencies {
83
- implementation 'net.devh:grpc-spring-boot-starter:2.11 .0.RELEASE'
83
+ implementation 'net.devh:grpc-spring-boot-starter:2.12 .0.RELEASE'
84
84
}
85
85
````
86
86
@@ -92,15 +92,15 @@ To add a dependency using Maven, use the following:
92
92
<dependency >
93
93
<groupId >net.devh</groupId >
94
94
<artifactId >grpc-server-spring-boot-starter</artifactId >
95
- <version >2.11 .0.RELEASE</version >
95
+ <version >2.12 .0.RELEASE</version >
96
96
</dependency >
97
97
````
98
98
99
99
To add a dependency using Gradle:
100
100
101
101
```` gradle
102
102
dependencies {
103
- implementation 'net.devh:grpc-server-spring-boot-starter:2.11 .0.RELEASE'
103
+ implementation 'net.devh:grpc-server-spring-boot-starter:2.12 .0.RELEASE'
104
104
}
105
105
````
106
106
@@ -134,15 +134,15 @@ To add a dependency using Maven, use the following:
134
134
<dependency >
135
135
<groupId >net.devh</groupId >
136
136
<artifactId >grpc-client-spring-boot-starter</artifactId >
137
- <version >2.11 .0.RELEASE</version >
137
+ <version >2.12 .0.RELEASE</version >
138
138
</dependency >
139
139
````
140
140
141
141
To add a dependency using Gradle:
142
142
143
143
```` gradle
144
144
dependencies {
145
- compile 'net.devh:grpc-client-spring-boot-starter:2.11 .0.RELEASE'
145
+ compile 'net.devh:grpc-client-spring-boot-starter:2.12 .0.RELEASE'
146
146
}
147
147
````
148
148
0 commit comments