Skip to content

Commit

Permalink
Update kafka-avro-serializer to 6.0.1 (#196)
Browse files Browse the repository at this point in the history
* Update kafka-avro-serializer to 6.0.1

* bumping cp-schema-registry too

Co-authored-by: Julien Jean Paul Sirocchi <julien.sirocchi@gmail.com>
  • Loading branch information
scala-steward and sirocchj authored Dec 2, 2020
1 parent d3ba38f commit 2116624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:

kafka-rest:
container_name: tamer-kafka-rest
image: confluentinc/cp-kafka-rest:6.0.0
image: confluentinc/cp-kafka-rest:6.0.1
depends_on:
- kafka
- schema-registry
Expand Down Expand Up @@ -77,7 +77,7 @@ services:

schema-registry:
container_name: tamer-schema-registry
image: confluentinc/cp-schema-registry:6.0.0
image: confluentinc/cp-schema-registry:6.0.1
depends_on:
- kafka
ports:
Expand Down

0 comments on commit 2116624

Please sign in to comment.