@@ -12,26 +12,26 @@ buildscript {
12
12
projectVersion = ' 2.13.0-SNAPSHOT'
13
13
14
14
// https://github.com/grpc/grpc-java/releases
15
- grpcVersion = ' 1.40 .1'
15
+ grpcVersion = ' 1.42 .1'
16
16
17
17
// https://github.com/google/guava/releases
18
- guavaVersion = ' 30.1 .1-jre'
18
+ guavaVersion = ' 31.0 .1-jre'
19
19
// https://github.com/protocolbuffers/protobuf/releases
20
- protobufVersion = ' 3.15.8 '
21
- protobufGradlePluginVersion = ' 0.8.12 '
20
+ protobufVersion = ' 3.19.1 '
21
+ protobufGradlePluginVersion = ' 0.8.18 '
22
22
23
23
// https://github.com/spring-projects/spring-boot/releases
24
- springBootVersion = ' 2.4.5 '
24
+ springBootVersion = ' 2.5.6 '
25
25
// https://github.com/spring-cloud/spring-cloud-release/releases
26
- springCloudVersion = ' 2020.0.2 '
26
+ springCloudVersion = ' 2020.0.4 '
27
27
// https://github.com/alibaba/spring-cloud-alibaba/releases
28
28
springCloudAlibabaNacosVersion = ' 2021.1'
29
29
// https://github.com/spring-projects/spring-security-oauth/releases
30
30
springSecurityOAuthVersion = ' 2.5.1.RELEASE'
31
31
32
- lombokPluginVersion = ' 4 .0.0'
33
- versioningPluginVersion = ' 2.14.0 '
34
- versionsPluginVersion = ' 0.29 .0'
32
+ lombokPluginVersion = ' 5 .0.0'
33
+ versioningPluginVersion = ' 2.15.1 '
34
+ versionsPluginVersion = ' 0.39 .0'
35
35
}
36
36
}
37
37
@@ -40,11 +40,11 @@ plugins {
40
40
id ' java-library'
41
41
id ' org.springframework.boot' version " ${ springBootVersion} " apply false
42
42
id ' io.spring.dependency-management' version ' 1.0.11.RELEASE'
43
- id ' net.nemerosa.versioning' version ' 2.14.0 '
44
- id ' com.google.protobuf' version ' 0.8.15 '
45
- id ' io.franzbecker.gradle-lombok' version ' 4.0.0 ' apply false
46
- id ' com.github.ben-manes.versions' version ' 0.36.0 ' // gradle dependencyUpdates
47
- id ' com.diffplug.spotless' version ' 5.11 .0'
43
+ id ' net.nemerosa.versioning' version " ${ versioningPluginVersion } "
44
+ id ' com.google.protobuf' version " ${ protobufGradlePluginVersion } "
45
+ id ' io.franzbecker.gradle-lombok' version " ${ lombokPluginVersion } " apply false
46
+ id ' com.github.ben-manes.versions' version " ${ versionsPluginVersion } " // gradle dependencyUpdates
47
+ id ' com.diffplug.spotless' version ' 6.0 .0'
48
48
}
49
49
50
50
// If you attempt to build without the `--scan` parameter in `gradle 6.0+` it will cause a build error that it can't find
@@ -59,8 +59,8 @@ if (hasProperty('buildScan')) {
59
59
// you may use IntelliJ's project configuration to make it use the gradle version defined in the gradle script's wrapper section
60
60
wrapper {
61
61
// Update using:
62
- // ./gradlew wrapper --gradle-version=6.5 --distribution-type=bin
63
- gradleVersion = ' 7.0 '
62
+ // ./gradlew wrapper --gradle-version=7.3 --distribution-type=bin
63
+ gradleVersion = ' 7.3 '
64
64
}
65
65
66
66
def buildTimeAndDate = OffsetDateTime . now()
0 commit comments