File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
22buildscript {
33 ext {
4- springBootVersion = ' 1.5.8 .RELEASE'
5- grpcVersion = ' 1.8 .0'
4+ springBootVersion = ' 1.5.9 .RELEASE'
5+ grpcVersion = ' 1.9 .0'
66 }
77 repositories {
88 mavenCentral()
@@ -14,7 +14,7 @@ buildscript {
1414 dependencies {
1515 classpath(" org.springframework.boot:spring-boot-gradle-plugin:${ springBootVersion} " )
1616 classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.5"
17- classpath ' com.google.protobuf:protobuf-gradle-plugin:0.8.0 '
17+ classpath ' com.google.protobuf:protobuf-gradle-plugin:0.8.3 '
1818 classpath " org.jfrog.buildinfo:build-info-extractor-gradle:4.0.0"
1919 classpath ' com.palantir:jacoco-coverage:0.4.0'
2020 classpath ' com.bmuschko:gradle-nexus-plugin:2.3.1'
@@ -48,8 +48,8 @@ subprojects {
4848
4949
5050 dependencies{
51- compileOnly(' org.projectlombok:lombok:1.16.6 ' )
52- testCompileOnly(' org.projectlombok:lombok:1.16.6 ' )
51+ compileOnly(' org.projectlombok:lombok:1.16.20 ' )
52+ testCompileOnly(' org.projectlombok:lombok:1.16.20 ' )
5353 }
5454
5555}
You can’t perform that action at this time.
0 commit comments