Skip to content

Commit e5bff98

Browse files
committed
Upgrade samples to Spring Boot 2.5.12
Closes gh-2056
1 parent 3eaa0b9 commit e5bff98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
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.5.9'
7+
springBootVersion = '2.5.12'
88
}
99

1010
repositories {

0 commit comments

Comments
 (0)