Use Spring Cloud 2024.0.1-SNAPSHOT for time-spel-log

The PR for Spring Cloud Function https://github.com/spring-cloud/spring-cloud-function/pull/1224
brings the fix for functions declared as `FactoryBean`
This commit is contained in:
Artem Bilan
2024-12-26 14:05:55 -05:00
parent 9860e88700
commit 0842498c0e

View File

@@ -12,13 +12,12 @@ java {
}
repositories {
mavenLocal()
mavenCentral()
maven { url 'https://repo.spring.io/snapshot' }
}
ext {
springCloudVersion = '2024.0.0'
springCloudVersion = '2024.0.1-SNAPSHOT'
springFunctionsCatalogVersion = '5.1.0-SNAPSHOT'
}