Skip to content

Commit

Permalink
Merge pull request #460 from Banno/am/cp-up-4
Browse files Browse the repository at this point in the history
KAYAK-1154 confluent platform 6.2.0
  • Loading branch information
amohrland authored Jul 30, 2021
2 parents 0ab4989 + 153c529 commit 2d0b4ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ val V = new {
val betterMonadicFor = "0.3.1"
val cats = "2.6.1"
val catsEffect = "3.2.0"
val confluent = "6.0.3"
val confluent = "6.2.0"
val curator = "5.2.0"
val disciplineMunit = "1.0.9"
val epimetheus = "0.5.0-M1"
val fs2 = "3.0.6"
val junit = "4.13"
val kafka = "2.7.0"
val kafka = s"$confluent-ce"
val kindProjector = "0.13.0"
val log4cats = "2.1.1"
val log4j = "1.7.31"
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '2'
services:
zookeeper:
image: confluentinc/cp-zookeeper:6.0.3
image: confluentinc/cp-zookeeper:6.2.0
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -12,7 +12,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-enterprise-kafka:6.1.0
image: confluentinc/cp-enterprise-kafka:6.2.0
hostname: broker
container_name: broker
depends_on:
Expand All @@ -35,7 +35,7 @@ services:
CONFLUENT_SUPPORT_CUSTOMER_ID: 'anonymous'

schema-registry:
image: confluentinc/cp-schema-registry:6.0.3
image: confluentinc/cp-schema-registry:6.2.0
hostname: schema-registry
container_name: schema-registry
depends_on:
Expand All @@ -48,7 +48,7 @@ services:
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'

rest-proxy:
image: confluentinc/cp-kafka-rest:6.1.0
image: confluentinc/cp-kafka-rest:6.2.0
depends_on:
- zookeeper
- broker
Expand Down

0 comments on commit 2d0b4ac

Please sign in to comment.