Skip to content

Commit 524ee61

Browse files
author
Alexander Furer
committed
release 4.5.5
1 parent 9eb80c1 commit 524ee61

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repositories {
3838
3939
}
4040
dependencies {
41-
compile 'io.github.lognet:grpc-spring-boot-starter:4.5.4'
41+
compile 'io.github.lognet:grpc-spring-boot-starter:4.5.5'
4242
}
4343
4444
@@ -48,10 +48,10 @@ By default, starter pulls `io.grpc:grpc-netty-shaded` as transitive dependency
4848

4949
[source,groovy]
5050
----
51-
compile ('io.github.lognet:grpc-spring-boot-starter:4.4.7') {
51+
compile ('io.github.lognet:grpc-spring-boot-starter:4.5.5') {
5252
exclude group: 'io.grpc', module: 'grpc-netty-shaded'
5353
}
54-
compile 'io.grpc:grpc-netty:1.37.0' // <1>
54+
compile 'io.grpc:grpc-netty:1.39.0' // <1>
5555
----
5656
<1> Make sure to pull the version that matches the release.
5757

ReleaseNotes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| Starter Version | gRPC versions |Spring Boot version
22
| -------------------- |:-------------:|:------------------:|
3+
| [4.5.5](#version-455)| 1.39.0 |2.5.0 |
34
| [4.5.4](#version-454)| 1.38.0 |2.5.0 |
45
| [4.5.3](#version-453)| 1.38.0 |2.5.0 |
56
| [4.5.2](#version-452)| 1.38.0 |2.5.0 |
@@ -23,6 +24,17 @@
2324
| [4.0.0](#version-400)| 1.32.1 |2.3.3.RELEASE |
2425
| [3.5.7](#version-357)| 1.31.1 |1.5.13.RELEASE |
2526

27+
# Version 4.5.5
28+
29+
## :beetle: Bug Fixes
30+
31+
- grpc-kotlin-stub version is not same grpc version [#224](https://github.com/LogNet/grpc-spring-boot-starter/issues/224)
32+
33+
## :hammer: Dependency Upgrades
34+
35+
- Upgrade grpc to 1.39.0 [#227](https://github.com/LogNet/grpc-spring-boot-starter/issues/227)
36+
37+
2638
# Version 4.5.4
2739

2840
## :star: New Features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gradleErrorPronePluginVersion=2.0.2
55
errorProneVersion=2.7.1
66
lombokVersion=1.18.20
77

8-
version=4.5.5-SNAPSHOT
8+
version=4.5.5
99
group=io.github.lognet
1010
description=Spring Boot starter for Google RPC.
1111
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter

0 commit comments

Comments
 (0)