Skip to content

Commit 7329809

Browse files
chore(deps): Bump confluentinc/cp-kafka (#1479)
Bumps confluentinc/cp-kafka from 8.0.2 to 8.1.0. --- updated-dependencies: - dependency-name: confluentinc/cp-kafka dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4acc2b commit 7329809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springwolf-examples/springwolf-cloud-stream-example/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- kafka
1212

1313
kafka:
14-
image: confluentinc/cp-kafka:8.0.2
14+
image: confluentinc/cp-kafka:8.1.0
1515
ports:
1616
- "9095:9095" # plaintext - no authentication (port 9095 avoids conflict with kafka plugin)
1717
volumes:

0 commit comments

Comments
 (0)