Skip to content

Commit 5cdec90

Browse files
author
Alexander Furer
committed
release 2.1.5
1 parent 803a01a commit 5cdec90

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
2020
}
2121
dependencies {
22-
compile('org.lognet:grpc-spring-boot-starter:2.1.4')
22+
compile('org.lognet:grpc-spring-boot-starter:2.1.5')
2323
}
2424
----
2525

ReleaseNotes.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
== Version 2.1.5
2+
- gRPC version upgraded to 1.9.0
3+
- Spring boot upgraded to 1.5.9
4+
15
== Version 2.1.4
26
- gRPC version upgraded to 1.8.0
37

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.1.5-SNAPSHOT
1+
version=2.1.5
22
#group=io.github.lognet
33
group=org.lognet
44
description=Spring Boot starter for Google RPC.

0 commit comments

Comments
 (0)