Skip to content

Commit 329c229

Browse files
authored
Merge pull request #786 from yidongnan/prepare-release
Prepare release v2.14.0
2 parents c393777 + 6251d4a commit 329c229

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

build.gradle

+5-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ buildscript {
1717
guavaVersion = '31.1-jre'
1818
// https://github.com/protocolbuffers/protobuf/releases
1919
protobufVersion = '3.21.9'
20-
protobufGradlePluginVersion = '0.8.19'
20+
protobufGradlePluginVersion = '0.9.1'
2121

2222
// https://github.com/spring-projects/spring-boot/releases
23-
springBootVersion = '2.6.11'
23+
springBootVersion = '2.6.13'
2424
// https://github.com/spring-cloud/spring-cloud-release/releases
2525
springCloudVersion = '2021.0.5'
2626
// https://github.com/alibaba/spring-cloud-alibaba/releases
@@ -59,8 +59,8 @@ if (hasProperty('buildScan')) {
5959
// you may use IntelliJ's project configuration to make it use the gradle version defined in the gradle script's wrapper section
6060
wrapper {
6161
// Update using:
62-
// ./gradlew wrapper --gradle-version=7.4.2 --distribution-type=bin
63-
gradleVersion = '7.4.2'
62+
// ./gradlew wrapper --gradle-version=7.5.1 --distribution-type=bin
63+
gradleVersion = '7.5.1'
6464
}
6565

6666
def buildTimeAndDate = OffsetDateTime.now()
@@ -104,6 +104,7 @@ allprojects {
104104

105105
spotless {
106106
java {
107+
target('src/main/**/*.java', 'src/test/**/*.java')
107108
licenseHeaderFile rootProject.file('extra/spotless/mit-license.java')
108109
removeUnusedImports()
109110
importOrderFile rootProject.file('extra/eclipse/eclipse.importorder')

docs/en/versions.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Current version.
4747

4848
| Version | spring-boot | spring-cloud | gRPC | Date |
4949
| :------: | :---------: | :----------: | :----: | --------: |
50-
| 2.14.0\* | 2.6.11 | 2021.0.3 | 1.49.0 | TBA |
50+
| 2.15.0\* | 2.7.5 | 2021.0.5 | 1.51.0 | Nov, 2022 |
51+
| 2.14.0 | 2.6.13 | 2021.0.5 | 1.51.0 | Nov, 2022 |
5152
| 2.13.1 | 2.5.8 | 2020.0.5 | 1.42.2 | Jan, 2022 |
5253
| 2.13.0 | 2.5.7 | 2020.0.4 | 1.42.1 | Nov, 2021 |
5354
| 2.12.0 | 2.4.5 | 2020.0.2 | 1.37.0 | Mai, 2021 |

0 commit comments

Comments
 (0)