@@ -52,7 +52,7 @@ README: [English](README.md) | [中文](README-zh-CN.md)
5252
53532.x.x.RELEASE supports Spring Boot 2.1.x/2.2.x & Spring Cloud Greenwich/Hoxton.
5454
55- The latest version: `` 2.11 .0.RELEASE ``
55+ The latest version: `` 2.12 .0.RELEASE ``
5656
5757(Use ` 2.4.0.RELEASE ` for Spring Boot 2.0.x & Spring Cloud Finchley).
5858
@@ -72,15 +72,15 @@ To add a dependency using Maven, use the following:
7272<dependency >
7373 <groupId >net.devh</groupId >
7474 <artifactId >grpc-spring-boot-starter</artifactId >
75- <version >2.11 .0.RELEASE</version >
75+ <version >2.12 .0.RELEASE</version >
7676</dependency >
7777````
7878
7979To add a dependency using Gradle:
8080
8181```` gradle
8282dependencies {
83- implementation 'net.devh:grpc-spring-boot-starter:2.11 .0.RELEASE'
83+ implementation 'net.devh:grpc-spring-boot-starter:2.12 .0.RELEASE'
8484}
8585````
8686
@@ -92,15 +92,15 @@ To add a dependency using Maven, use the following:
9292<dependency >
9393 <groupId >net.devh</groupId >
9494 <artifactId >grpc-server-spring-boot-starter</artifactId >
95- <version >2.11 .0.RELEASE</version >
95+ <version >2.12 .0.RELEASE</version >
9696</dependency >
9797````
9898
9999To add a dependency using Gradle:
100100
101101```` gradle
102102dependencies {
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'
104104}
105105````
106106
@@ -134,15 +134,15 @@ To add a dependency using Maven, use the following:
134134<dependency >
135135 <groupId >net.devh</groupId >
136136 <artifactId >grpc-client-spring-boot-starter</artifactId >
137- <version >2.11 .0.RELEASE</version >
137+ <version >2.12 .0.RELEASE</version >
138138</dependency >
139139````
140140
141141To add a dependency using Gradle:
142142
143143```` gradle
144144dependencies {
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'
146146}
147147````
148148
0 commit comments