From 16f5b002ecccbbfd3208271a41da93514c94826c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:19:45 -0500 Subject: [PATCH] Bump org.springframework.cloud.fn:spring-functions-catalog-bom (#126) 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] 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 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 {