We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aadc806 commit 8788165Copy full SHA for 8788165
build.gradle
@@ -4,7 +4,7 @@ buildscript {
4
snapshotBuild = version.endsWith('SNAPSHOT')
5
milestoneBuild = !(releaseBuild || snapshotBuild)
6
7
- springBootVersion = '2.1.4.RELEASE'
+ springBootVersion = '2.1.5.RELEASE'
8
}
9
10
repositories {
0 commit comments