From 4065bbc89737742adf4608f3f2abb7b7f6dca7bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:44:50 -0400 Subject: [PATCH] Bump org.springframework.cloud.fn:spring-functions-catalog-bom (#86) Bumps [org.springframework.cloud.fn:spring-functions-catalog-bom](https://github.com/spring-cloud/spring-functions-catalog) from 5.0.0-SNAPSHOT to 5.0.1-SNAPSHOT. - [Release notes](https://github.com/spring-cloud/spring-functions-catalog/releases) - [Commits](https://github.com/spring-cloud/spring-functions-catalog/commits) --- updated-dependencies: - dependency-name: org.springframework.cloud.fn:spring-functions-catalog-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- samples/time-spel-log/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/time-spel-log/build.gradle b/samples/time-spel-log/build.gradle index 54ff5b48..53567273 100644 --- a/samples/time-spel-log/build.gradle +++ b/samples/time-spel-log/build.gradle @@ -18,7 +18,7 @@ repositories { ext { springCloudVersion = '2023.0.1' - springFunctionsCatalogVersion = '5.0.0-SNAPSHOT' + springFunctionsCatalogVersion = '5.0.1-SNAPSHOT' } dependencyManagement {