File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ repositories {
3434
3535}
3636dependencies {
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
Original file line number Diff line number Diff line change 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 |
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ grpcVersion=1.38.0
22springBootVersion =2.5.0
33springCloudVersion =2020.0.3
44
5- version =4.5.3-SNAPSHOT
5+ version =4.5.3
66group =io.github.lognet
77description =Spring Boot starter for Google RPC.
88gitHubUrl =https\://github.com/LogNet/grpc-spring-boot-starter
You can’t perform that action at this time.
0 commit comments