We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f11c6 commit b5c1dfeCopy full SHA for b5c1dfe
build.gradle
@@ -7,10 +7,8 @@ plugins {
7
}
8
9
ext {
10
- set('springCloudVersion', "2020.0.+")
11
- set('springBootVersion', "2.5.+")
12
- set('springCloudStreamVersion', "3.1.2")
13
- set('springVersion', "5.4.1")
+ set('springCloudVersion', "2021.0.0")
+ set('springBootVersion', "2.6.2")
14
15
16
group 'com.github.ahunigel'
0 commit comments