Use SFnC 5.1.0 in samples

This commit is contained in:
Artem Bilan
2025-01-26 08:09:22 -05:00
committed by GitHub
parent 262131e72d
commit c3759ad516
2 changed files with 2 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ repositories {
ext {
springCloudVersion = '2024.0.1-SNAPSHOT'
springFunctionsCatalogVersion = '5.1.0-SNAPSHOT'
springFunctionsCatalogVersion = '5.1.0'
}
dependencyManagement {

View File

@@ -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 {