Skip to content

Commit e9fd7e3

Browse files
authored
Merge pull request #442 from ST-DDT/update/dependencies
Update dependencies
2 parents 3561278 + 67fae4b commit e9fd7e3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

build.gradle

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

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

2020
// https://github.com/spring-projects/spring-boot/releases
21-
springBootVersion = '2.3.3.RELEASE'
21+
springBootVersion = '2.3.4.RELEASE'
2222
// https://github.com/spring-cloud/spring-cloud-release/releases
23-
springCloudVersion = 'Hoxton.SR7'
23+
springCloudVersion = 'Hoxton.SR8'
2424
// 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
2727
springSecurityOAuthVersion = '2.5.0.RELEASE'
2828

2929
lombokPluginVersion = '4.0.0'
@@ -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.3.RELEASE' apply false
39+
id 'org.springframework.boot' version '2.3.4.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.12'
42+
id 'com.google.protobuf' version '0.8.13'
4343
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'
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

0 commit comments

Comments
 (0)