Skip to content

Commit b88b232

Browse files
author
Nigel.Zheng
committed
chore: fix maven pom issue #2
1 parent 83b11ba commit b88b232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

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

99
ext {
10-
set('springCloudVersion', "2020.0.+")
11-
set('springBootVersion', "2.5.+")
10+
set('springCloudVersion', "2020.0.5")
11+
set('springBootVersion', "2.5.10")
1212
set('springCloudStreamVersion', "3.1.2")
1313
set('springVersion', "5.4.1")
1414
}

0 commit comments

Comments
 (0)