@@ -12,18 +12,18 @@ buildscript {
12
12
projectVersion = ' 2.11.0-SNAPSHOT'
13
13
14
14
// https://github.com/grpc/grpc-java/releases
15
- grpcVersion = ' 1.31.1 '
15
+ grpcVersion = ' 1.32.2 '
16
16
// https://github.com/protocolbuffers/protobuf/releases
17
- protobufVersion = ' 3.12.4 '
17
+ protobufVersion = ' 3.13.0 '
18
18
protobufGradlePluginVersion = ' 0.8.12'
19
19
20
20
// https://github.com/spring-projects/spring-boot/releases
21
- springBootVersion = ' 2.3.3 .RELEASE'
21
+ springBootVersion = ' 2.3.4 .RELEASE'
22
22
// https://github.com/spring-cloud/spring-cloud-release/releases
23
- springCloudVersion = ' Hoxton.SR7 '
23
+ springCloudVersion = ' Hoxton.SR8 '
24
24
// https://github.com/alibaba/spring-cloud-alibaba/releases
25
- springCloudAlibabaNacosVersion = ' 2.2.1 .RELEASE'
26
- // https://github.com/spring-projects/spring-security-oauth/releases/tag/2.5.0.RELEASE
25
+ springCloudAlibabaNacosVersion = ' 2.2.3 .RELEASE'
26
+ // https://github.com/spring-projects/spring-security-oauth/releases
27
27
springSecurityOAuthVersion = ' 2.5.0.RELEASE'
28
28
29
29
lombokPluginVersion = ' 4.0.0'
@@ -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.3 .RELEASE' apply false
39
+ id ' org.springframework.boot' version ' 2.3.4 .RELEASE' apply false
40
40
id ' io.spring.dependency-management' version ' 1.0.10.RELEASE'
41
41
id ' net.nemerosa.versioning' version ' 2.14.0'
42
- id ' com.google.protobuf' version ' 0.8.12 '
42
+ id ' com.google.protobuf' version ' 0.8.13 '
43
43
id ' io.franzbecker.gradle-lombok' version ' 4.0.0' apply false
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.1 '
44
+ id ' com.github.ben-manes.versions' version ' 0.33 .0' // gradle dependencyUpdates
45
+ id ' com.diffplug.spotless' version ' 5.7.0 '
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