Skip to content

Commit b5c1dfe

Browse files
author
nigel.zheng
committed
chore(gradle): upgrade spring boot 2.6.2 and cloud 2021.0.0
1 parent f5f11c6 commit b5c1dfe

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ plugins {
77
}
88

99
ext {
10-
set('springCloudVersion', "2020.0.+")
11-
set('springBootVersion', "2.5.+")
12-
set('springCloudStreamVersion', "3.1.2")
13-
set('springVersion', "5.4.1")
10+
set('springCloudVersion', "2021.0.0")
11+
set('springBootVersion', "2.6.2")
1412
}
1513

1614
group 'com.github.ahunigel'

0 commit comments

Comments
 (0)