Skip to content

Commit 0e89539

Browse files
committed
Upgrade samples to Spring Boot 2.1.2.RELEASE
Resolves: #1318
1 parent f00a1b9 commit 0e89539

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
@@ -4,7 +4,7 @@ buildscript {
44
snapshotBuild = version.endsWith('SNAPSHOT')
55
milestoneBuild = !(releaseBuild || snapshotBuild)
66

7-
springBootVersion = '2.1.1.RELEASE'
7+
springBootVersion = '2.1.2.RELEASE'
88
}
99

1010
repositories {

0 commit comments

Comments
 (0)