From 28eadcc37e9dd53ec67c556fd3744c3e3bd80434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 06:54:03 +0000 Subject: [PATCH] Bump org.springframework.cloud.fn:spring-functions-catalog-bom Bumps [org.springframework.cloud.fn:spring-functions-catalog-bom](https://github.com/spring-cloud/spring-functions-catalog) from 6.0.0-SNAPSHOT to 6.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-version: 6.0.1-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 178c20cd..da143dd3 100644 --- a/samples/time-spel-log/build.gradle +++ b/samples/time-spel-log/build.gradle @@ -21,7 +21,7 @@ repositories { ext { springCloudVersion = '2025.1.1' - springFunctionsCatalogVersion = '6.0.0-SNAPSHOT' + springFunctionsCatalogVersion = '6.0.1-SNAPSHOT' } dependencyManagement {