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:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user