From d6fd56049d05819cd24f5df51f263a3f30835c29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 22:23:26 +0000 Subject: [PATCH] chore(deps): Bump spring-cloud-stream from 5.0.2 to 5.0.3 Bumps `spring-cloud-stream` from 5.0.2 to 5.0.3. Updates `org.springframework.cloud:spring-cloud-starter-stream-kafka` from 5.0.2 to 5.0.3 - [Commits](https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/commits) Updates `org.springframework.cloud:spring-cloud-stream` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/spring-cloud/spring-cloud-stream/releases) - [Changelog](https://github.com/spring-cloud/spring-cloud-stream/blob/main/release-train-settings.xml) - [Commits](https://github.com/spring-cloud/spring-cloud-stream/compare/v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-starter-stream-kafka dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.cloud:spring-cloud-stream dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f61534f53..586990422 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ protobuf-plugin = "0.10.0" spotless = "8.9.0" spring-boot-plugin = "4.1.1" spring-cloud = "2025.1.3" # not managed by spring-boot-dependencies -spring-cloud-stream = "5.0.2" # not managed by spring-boot-dependencies +spring-cloud-stream = "5.0.3" # not managed by spring-boot-dependencies [libraries] activemq-broker = { module = "org.apache.activemq:activemq-broker", version.ref = "activemq" }