Skip to content

Commit 89fd01b

Browse files
authored
Merge pull request #490 from yidongnan/update/dependencies
Update dependencies
2 parents e6bd2c3 + 5ee212f commit 89fd01b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle

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

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

2020
// https://github.com/spring-projects/spring-boot/releases
21-
springBootVersion = '2.3.7.RELEASE'
21+
springBootVersion = '2.3.8.RELEASE'
2222
// https://github.com/spring-cloud/spring-cloud-release/releases
2323
springCloudVersion = 'Hoxton.SR9'
2424
// https://github.com/alibaba/spring-cloud-alibaba/releases
@@ -35,14 +35,13 @@ buildscript {
3535
plugins {
3636
id 'java'
3737
id 'java-library'
38-
// 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.7.RELEASE' apply false
40-
id 'io.spring.dependency-management' version '1.0.10.RELEASE'
38+
id 'org.springframework.boot' version "${springBootVersion}" apply false
39+
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
4140
id 'net.nemerosa.versioning' version '2.14.0'
4241
id 'com.google.protobuf' version '0.8.14'
4342
id 'io.franzbecker.gradle-lombok' version '4.0.0' apply false
4443
id 'com.github.ben-manes.versions' version '0.36.0' // gradle dependencyUpdates
45-
id 'com.diffplug.spotless' version '5.8.2'
44+
id 'com.diffplug.spotless' version '5.9.0'
4645
}
4746

4847
// If you attempt to build without the `--scan` parameter in `gradle 6.0+` it will cause a build error that it can't find
@@ -158,6 +157,7 @@ allprojects { project ->
158157
mavenBom "org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"
159158
mavenBom "com.google.protobuf:protobuf-bom:${protobufVersion}"
160159
mavenBom "io.grpc:grpc-bom:${grpcVersion}"
160+
mavenBom "org.junit:junit-bom:5.7.0"
161161
}
162162
}
163163

docs/en/versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Current version.
4848
| Version | spring-boot | gRPC | Date |
4949
|:-------:|:-----------:|:----:| ---: |
5050
| 2.12.0* | 2.4.x | 1.34.1 | TBA |
51-
| 2.11.0* | 2.3.7 | 1.34.1 | TBA |
51+
| 2.11.0* | 2.3.8 | 1.35.0 | Feb, 2021 |
5252
| 2.10.1 | 2.3.3 | 1.31.1 | Aug, 2020 |
5353
| 2.10.0 | 2.3.3 | 1.31.1 | Aug, 2020 |
5454
| 2.9.0 | 2.3.1 | 1.30.0 | Jun, 2020 |

0 commit comments

Comments
 (0)