Skip to content

Commit f475478

Browse files
authored
Merge pull request #404 from yidongnan/update/deps
Update dependencies
2 parents 9258315 + 94c3de0 commit f475478

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ buildscript {
1212
projectVersion = '2.10.0-SNAPSHOT'
1313

1414
// https://github.com/grpc/grpc-java/releases
15-
grpcVersion = '1.31.0'
15+
grpcVersion = '1.31.1'
1616
// https://github.com/protocolbuffers/protobuf/releases
1717
protobufVersion = '3.12.4'
1818
protobufGradlePluginVersion = '0.8.12'
1919

2020
// https://github.com/spring-projects/spring-boot/releases
21-
springBootVersion = '2.3.2.RELEASE'
21+
springBootVersion = '2.3.3.RELEASE'
2222
// https://github.com/spring-cloud/spring-cloud-release/releases
2323
springCloudVersion = 'Hoxton.SR7'
2424
// https://github.com/alibaba/spring-cloud-alibaba/releases
@@ -36,13 +36,13 @@ plugins {
3636
id 'java'
3737
id 'java-library'
3838
// future improvement would be to use the version declared above in the ext block instead of repeating it here
39-
id 'org.springframework.boot' version '2.3.2.RELEASE' apply false
40-
id 'io.spring.dependency-management' version '1.0.9.RELEASE'
39+
id 'org.springframework.boot' version '2.3.3.RELEASE' apply false
40+
id 'io.spring.dependency-management' version '1.0.10.RELEASE'
4141
id 'net.nemerosa.versioning' version '2.14.0'
4242
id 'com.google.protobuf' version '0.8.12'
4343
id 'io.franzbecker.gradle-lombok' version '4.0.0' apply false
4444
id 'com.github.ben-manes.versions' version '0.29.0' // gradle dependencyUpdates (Takes quite some time)
45-
id 'com.diffplug.spotless' version '5.1.0'
45+
id 'com.diffplug.spotless' version '5.1.1'
4646
}
4747

4848
// If you attempt to build without the `--scan` parameter in `gradle 6.0+` it will cause a build error that it can't find

docs/en/versions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Current version.
4747

4848
| Version | spring-boot | gRPC | Date |
4949
|:-------:|:-----------:|:----:| ---: |
50-
| 2.10.0* | 2.3.1 | 1.30.0 | TBA |
50+
| 2.11.0* | 2.3.3 | 1.31.1 | TBA |
51+
| 2.10.0* | 2.3.3 | 1.31.1 | Aug, 2020 |
5152
| 2.9.0 | 2.3.1 | 1.30.0 | Jun, 2020 |
5253
| 2.8.0 | 2.2.7 | 1.29.0 | Jun, 2020 |
5354
| 2.7.0 | 2.2.4 | 1.27.1 | Feb, 2020 |

0 commit comments

Comments
 (0)