From 4aedd33983a3c511da8924d568bae3cf9a98aff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 06:38:22 +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/zip-split-rabbit-binder/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/zip-split-rabbit-binder/build.gradle b/samples/zip-split-rabbit-binder/build.gradle index 9b777a69..67a931ad 100644 --- a/samples/zip-split-rabbit-binder/build.gradle +++ b/samples/zip-split-rabbit-binder/build.gradle @@ -20,7 +20,7 @@ repositories { ext { springCloudVersion = '2023.0.4' - springFunctionsCatalogVersion = '5.0.2-SNAPSHOT' + springFunctionsCatalogVersion = '5.0.3-SNAPSHOT' } dependencyManagement {