Skip to content

Commit 392da9e

Browse files
committed
Upgrade Spring-Boot to 2.0.4
1 parent b07bd32 commit 392da9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id "org.jetbrains.kotlin.kapt" version "1.2.51"
66
id "org.jetbrains.kotlin.plugin.spring" version "1.2.51"
77
id "org.jetbrains.kotlin.plugin.jpa" version "1.2.51"
8-
id "org.springframework.boot" version "2.0.3.RELEASE"
8+
id "org.springframework.boot" version "2.0.4.RELEASE"
99
}
1010

1111
apply plugin: "io.spring.dependency-management"

0 commit comments

Comments
 (0)