Skip to content

Commit 8b05821

Browse files
author
Junpei Koyama
authored
Merge pull request #347 from imasahiro/dep
Dependency updates
2 parents f7d2b76 + a931dec commit 8b05821

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ buildscript {
2626
}
2727
dependencies {
2828
classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0'
29-
classpath 'com.puppycrawl.tools:checkstyle:8.20'
29+
classpath 'com.puppycrawl.tools:checkstyle:8.21'
3030
classpath 'gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:2.0.0'
3131
classpath 'gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:2.0.0'
32-
classpath 'io.franzbecker:gradle-lombok:3.0.0'
33-
classpath 'io.spring.gradle:dependency-management-plugin:1.0.7.RELEASE'
32+
classpath 'io.franzbecker:gradle-lombok:3.1.0'
33+
classpath 'io.spring.gradle:dependency-management-plugin:1.0.8.RELEASE'
3434
classpath 'io.spring.gradle:propdeps-plugin:0.0.10.RELEASE'
35-
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.3.RELEASE'
35+
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.5.RELEASE'
3636
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
3737
}
3838
}
@@ -88,9 +88,9 @@ subprojects {
8888
group = rootProject.group
8989
version = rootProject.version
9090

91-
ext['guava.version'] = '27.1-jre'
91+
ext['guava.version'] = '28.0-jre'
9292
ext['okhttp3.version'] = '3.14.2'
93-
ext['retrofit.version'] = '2.5.0'
93+
ext['retrofit.version'] = '2.6.0'
9494

9595
dependencyManagement {
9696
if (project.name != 'test-boot1-compatibility') {
@@ -200,7 +200,7 @@ subprojects {
200200

201201
checkstyle {
202202
configProperties = [projectDir: rootProject.projectDir]
203-
toolVersion = '8.20'
203+
toolVersion = '8.21'
204204
}
205205

206206
spotbugs {

0 commit comments

Comments
 (0)