From 214b01d092022091cec38113150720c75efdad70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 22:05:38 +0000 Subject: [PATCH] chore(deps): Bump confluentinc/cp-kafka Bumps confluentinc/cp-kafka from 8.1.1 to 8.2.0. --- updated-dependencies: - dependency-name: confluentinc/cp-kafka dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../springwolf-cloud-stream-example/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springwolf-examples/springwolf-cloud-stream-example/docker-compose.yml b/springwolf-examples/springwolf-cloud-stream-example/docker-compose.yml index 910c3aed8..02ee56e03 100644 --- a/springwolf-examples/springwolf-cloud-stream-example/docker-compose.yml +++ b/springwolf-examples/springwolf-cloud-stream-example/docker-compose.yml @@ -11,7 +11,7 @@ services: - kafka kafka: - image: confluentinc/cp-kafka:8.1.1 + image: confluentinc/cp-kafka:8.2.0 ports: - "9095:9095" # plaintext - no authentication (port 9095 avoids conflict with kafka plugin) volumes: