Skip to content

Commit 6b20e31

Browse files
author
Alexander Furer
committed
next dev version
1 parent 2761677 commit 6b20e31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ReleaseNotes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030

3131
- Can't download version `4.5.1` from maven central [#217](https://github.com/LogNet/grpc-spring-boot-starter/issues/217) - fixed by setting jar classifier to empty string :
3232

33-
* Gradle
33+
Gradle
3434
```
3535
dependencies {
3636
compile 'io.github.lognet:grpc-spring-boot-starter:4.5.2'
3737
}
3838
```
3939

40-
* Maven
40+
Maven
4141
```
4242
<dependency>
4343
<groupId>io.github.lognet</groupId>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ grpcVersion=1.38.0
22
springBootVersion=2.5.0
33
springCloudVersion=2020.0.3
44

5-
version=4.5.2
5+
version=4.5.3-SNAPSHOT
66
group=io.github.lognet
77
description=Spring Boot starter for Google RPC.
88
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter

0 commit comments

Comments
 (0)