Skip to content

Commit c382ead

Browse files
author
Alexander Furer
committed
release 4.5.3
1 parent 87013c9 commit c382ead

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repositories {
3434
3535
}
3636
dependencies {
37-
compile 'io.github.lognet:grpc-spring-boot-starter:4.5.2'
37+
compile 'io.github.lognet:grpc-spring-boot-starter:4.5.3'
3838
}
3939
4040

ReleaseNotes.md

Lines changed: 13 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.3](#version-453)| 1.38.0 |2.5.0 |
34
| [4.5.2](#version-452)| 1.38.0 |2.5.0 |
45
| [4.5.1](#version-451)| 1.38.0 |2.5.0 |
56
| [4.5.0](#version-450)| 1.37.0 |2.4.5 |
@@ -21,6 +22,15 @@
2122
| [4.0.0](#version-400)| 1.32.1 |2.3.3.RELEASE |
2223
| [3.5.7](#version-357)| 1.31.1 |1.5.13.RELEASE |
2324

25+
# Version 4.5.3
26+
27+
* Requires JRE `1.8` and higher.
28+
29+
## :beetle: Bug Fixes
30+
31+
- Failed to run the app with jre 1.8 [#218](https://github.com/LogNet/grpc-spring-boot-starter/issues/218)
32+
33+
2434

2535

2636

@@ -46,6 +56,7 @@ dependencies {
4656
</dependency>
4757
```
4858

59+
* Requires JRE `1.9` and higher.
4960

5061
# Version 4.5.1
5162

@@ -79,6 +90,8 @@ dependencies {
7990
</dependency>
8091
```
8192

93+
* Requires JRE `1.9` and higher.
94+
8295
# Version 4.5.0
8396

8497
## :beetle: Bug Fixes

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.3-SNAPSHOT
5+
version=4.5.3
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)