Skip to content

Commit 6f85899

Browse files
committed
Update dependencies
1 parent 3dc75d2 commit 6f85899

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

build.gradle

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

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

2020
// https://github.com/spring-projects/spring-boot/releases
21-
springBootVersion = '2.3.4.RELEASE'
21+
springBootVersion = '2.3.7.RELEASE'
2222
// https://github.com/spring-cloud/spring-cloud-release/releases
23-
springCloudVersion = 'Hoxton.SR8'
23+
springCloudVersion = 'Hoxton.SR9'
2424
// https://github.com/alibaba/spring-cloud-alibaba/releases
2525
springCloudAlibabaNacosVersion = '2.2.3.RELEASE'
2626
// https://github.com/spring-projects/spring-security-oauth/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.4.RELEASE' apply false
39+
id 'org.springframework.boot' version '2.3.7.RELEASE' apply false
4040
id 'io.spring.dependency-management' version '1.0.10.RELEASE'
4141
id 'net.nemerosa.versioning' version '2.14.0'
42-
id 'com.google.protobuf' version '0.8.13'
42+
id 'com.google.protobuf' version '0.8.14'
4343
id 'io.franzbecker.gradle-lombok' version '4.0.0' apply false
44-
id 'com.github.ben-manes.versions' version '0.33.0' // gradle dependencyUpdates
45-
id 'com.diffplug.spotless' version '5.7.0'
44+
id 'com.github.ben-manes.versions' version '0.36.0' // gradle dependencyUpdates
45+
id 'com.diffplug.spotless' version '5.8.2'
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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,16 @@ Current version.
4747

4848
| Version | spring-boot | gRPC | Date |
4949
|:-------:|:-----------:|:----:| ---: |
50-
| 2.11.0* | 2.3.3 | 1.31.1 | TBA |
50+
| 2.12.0* | 2.4.x | 1.34.1 | TBA |
51+
| 2.11.0* | 2.3.7 | 1.34.1 | TBA |
5152
| 2.10.1 | 2.3.3 | 1.31.1 | Aug, 2020 |
5253
| 2.10.0 | 2.3.3 | 1.31.1 | Aug, 2020 |
5354
| 2.9.0 | 2.3.1 | 1.30.0 | Jun, 2020 |
5455
| 2.8.0 | 2.2.7 | 1.29.0 | Jun, 2020 |
5556
| 2.7.0 | 2.2.4 | 1.27.1 | Feb, 2020 |
5657
| 2.6.2 | 2.2.1 | 1.25.0 | Jan, 2020 |
57-
| 2.6.1 | 2.2.1 | 1.25.0 | NOV, 2019 |
58-
| 2.6.0 | 2.2.1 | 1.24.2 | NOV, 2019 |
58+
| 2.6.1 | 2.2.1 | 1.25.0 | Nov, 2019 |
59+
| 2.6.0 | 2.2.1 | 1.24.2 | Nov, 2019 |
5960
| 2.5.1 | 2.1.6 | 1.22.2 | Aug, 2019 |
6061
| 2.5.0 | 2.1.6 | 1.22.1 | Aug, 2019 |
6162
| 2.4.0 | 2.1.5 | 1.20.0 | Jun, 2019 |

0 commit comments

Comments
 (0)