@@ -12,13 +12,13 @@ buildscript {
12
12
projectVersion = ' 2.10.0-SNAPSHOT'
13
13
14
14
// https://github.com/grpc/grpc-java/releases
15
- grpcVersion = ' 1.31.0 '
15
+ grpcVersion = ' 1.31.1 '
16
16
// https://github.com/protocolbuffers/protobuf/releases
17
17
protobufVersion = ' 3.12.4'
18
18
protobufGradlePluginVersion = ' 0.8.12'
19
19
20
20
// https://github.com/spring-projects/spring-boot/releases
21
- springBootVersion = ' 2.3.2 .RELEASE'
21
+ springBootVersion = ' 2.3.3 .RELEASE'
22
22
// https://github.com/spring-cloud/spring-cloud-release/releases
23
23
springCloudVersion = ' Hoxton.SR7'
24
24
// https://github.com/alibaba/spring-cloud-alibaba/releases
@@ -36,13 +36,13 @@ plugins {
36
36
id ' java'
37
37
id ' java-library'
38
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.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'
41
41
id ' net.nemerosa.versioning' version ' 2.14.0'
42
42
id ' com.google.protobuf' version ' 0.8.12'
43
43
id ' io.franzbecker.gradle-lombok' version ' 4.0.0' apply false
44
44
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 '
46
46
}
47
47
48
48
// If you attempt to build without the `--scan` parameter in `gradle 6.0+` it will cause a build error that it can't find
0 commit comments