Skip to content

Commit 803a01a

Browse files
dadadomjvmlet
authored andcommitted
Bump dependencies to newer versions. (#71)
Bump the dependencies of SpringBoot, gRPC and Lombok to newer versions.
1 parent 3d3ef87 commit 803a01a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
buildscript {
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
}

0 commit comments

Comments
 (0)