Use SFnC 5.1.0 in samples
This commit is contained in:
@@ -18,7 +18,7 @@ repositories {
|
||||
|
||||
ext {
|
||||
springCloudVersion = '2024.0.1-SNAPSHOT'
|
||||
springFunctionsCatalogVersion = '5.1.0-SNAPSHOT'
|
||||
springFunctionsCatalogVersion = '5.1.0'
|
||||
}
|
||||
|
||||
dependencyManagement {
|
||||
|
||||
@@ -14,14 +14,13 @@ java {
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
maven { url 'https://repo.spring.io/snapshot' }
|
||||
}
|
||||
|
||||
ext {
|
||||
springCloudVersion = '2024.0.0'
|
||||
springFunctionsCatalogVersion = '5.1.0-SNAPSHOT'
|
||||
springFunctionsCatalogVersion = '5.1.0'
|
||||
}
|
||||
|
||||
dependencyManagement {
|
||||
|
||||
Reference in New Issue
Block a user