Skip to content

Commit 0842498

Browse files
committed
Use Spring Cloud 2024.0.1-SNAPSHOT for time-spel-log
The PR for Spring Cloud Function spring-cloud/spring-cloud-function#1224 brings the fix for functions declared as `FactoryBean`
1 parent 9860e88 commit 0842498

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

samples/time-spel-log/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ java {
1212
}
1313

1414
repositories {
15-
mavenLocal()
1615
mavenCentral()
1716
maven { url 'https://repo.spring.io/snapshot' }
1817
}
1918

2019
ext {
21-
springCloudVersion = '2024.0.0'
20+
springCloudVersion = '2024.0.1-SNAPSHOT'
2221
springFunctionsCatalogVersion = '5.1.0-SNAPSHOT'
2322
}
2423

0 commit comments

Comments
 (0)