Fix time-spel-log for a proper spring-functions-catalog-bom dep

This commit is contained in:
Artem Bilan
2024-03-28 13:18:41 -04:00
parent dfca636b9e
commit 2ba1c2c0c6

View File

@@ -17,14 +17,14 @@ repositories {
}
ext {
springCloudVersion = '2023.0.0'
springCloudVersion = '2023.0.1'
springFunctionsCatalogVersion = '5.0.0-SNAPSHOT'
}
dependencyManagement {
imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:$springCloudVersion"
mavenBom "org.springframework.cloud.fn:spring-function-dependencies:$springFunctionsCatalogVersion"
mavenBom "org.springframework.cloud.fn:spring-functions-catalog-bom:$springFunctionsCatalogVersion"
}
}