Skip to content

Commit

Permalink
Use Spring Cloud 2024.0.1-SNAPSHOT for time-spel-log
Browse files Browse the repository at this point in the history
The PR for Spring Cloud Function spring-cloud/spring-cloud-function#1224
brings the fix for functions declared as `FactoryBean`
  • Loading branch information
artembilan committed Dec 26, 2024
1 parent 9860e88 commit 0842498
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions samples/time-spel-log/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit 0842498

Please sign in to comment.