Skip to content

Commit 7782f60

Browse files
authored
Merge pull request #521 from donbeave/master
2 parents 9f34c30 + c3afab1 commit 7782f60

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

build.gradle

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

1414
// https://github.com/grpc/grpc-java/releases
15-
grpcVersion = '1.35.0'
15+
grpcVersion = '1.37.0'
1616

1717
// https://github.com/google/guava/releases
18-
guavaVersion = '30.1-jre'
18+
guavaVersion = '30.1.1-jre'
1919
// https://github.com/protocolbuffers/protobuf/releases
20-
protobufVersion = '3.14.0'
20+
protobufVersion = '3.15.8'
2121
protobufGradlePluginVersion = '0.8.12'
2222

2323
// https://github.com/spring-projects/spring-boot/releases
24-
springBootVersion = '2.4.3'
24+
springBootVersion = '2.4.5'
2525
// https://github.com/spring-cloud/spring-cloud-release/releases
26-
springCloudVersion = '2020.0.1'
26+
springCloudVersion = '2020.0.2'
2727
// https://github.com/alibaba/spring-cloud-alibaba/releases
28-
springCloudAlibabaNacosVersion = '2.2.3.RELEASE'
28+
springCloudAlibabaNacosVersion = '2021.1'
2929
// https://github.com/spring-projects/spring-security-oauth/releases
30-
springSecurityOAuthVersion = '2.5.0.RELEASE'
30+
springSecurityOAuthVersion = '2.5.1.RELEASE'
3131

3232
lombokPluginVersion = '4.0.0'
3333
versioningPluginVersion = '2.14.0'
@@ -41,7 +41,7 @@ plugins {
4141
id 'org.springframework.boot' version "${springBootVersion}" apply false
4242
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
4343
id 'net.nemerosa.versioning' version '2.14.0'
44-
id 'com.google.protobuf' version '0.8.14'
44+
id 'com.google.protobuf' version '0.8.15'
4545
id 'io.franzbecker.gradle-lombok' version '4.0.0' apply false
4646
id 'com.github.ben-manes.versions' version '0.36.0' // gradle dependencyUpdates
4747
id 'com.diffplug.spotless' version '5.11.0'
@@ -60,7 +60,7 @@ if (hasProperty('buildScan')) {
6060
wrapper {
6161
// Update using:
6262
// ./gradlew wrapper --gradle-version=6.5 --distribution-type=bin
63-
gradleVersion = '6.8.3'
63+
gradleVersion = '7.0'
6464
}
6565

6666
def buildTimeAndDate = OffsetDateTime.now()

docs/en/versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Current version.
4747

4848
| Version | spring-boot | gRPC | Date |
4949
|:-------:|:-----------:|:----:| ---: |
50-
| 2.12.0* | 2.4.x | 1.34.1 | TBA |
50+
| 2.12.0* | 2.4.5 | 1.37.0 | Apr, 2021 |
5151
| 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 |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)