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