Skip to content

Commit

Permalink
Fix time-spel-log for a proper spring-functions-catalog-bom dep
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Mar 28, 2024
1 parent dfca636 commit 2ba1c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/time-spel-log/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

Expand Down

0 comments on commit 2ba1c2c

Please sign in to comment.