From 9d57f93216768b08f1018a3acc46e965a098baf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 06:38:19 +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 5.0.2-SNAPSHOT to 5.0.3-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] --- 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 cbef62c7..7ee37216 100644 --- a/samples/time-spel-log/build.gradle +++ b/samples/time-spel-log/build.gradle @@ -18,7 +18,7 @@ repositories { ext { springCloudVersion = '2023.0.4' - springFunctionsCatalogVersion = '5.0.2-SNAPSHOT' + springFunctionsCatalogVersion = '5.0.3-SNAPSHOT' } dependencyManagement {