diff --git a/NOTICE b/NOTICE
index 2cdc52dd15f..8f7d9c2ba9a 100644
--- a/NOTICE
+++ b/NOTICE
@@ -54,9 +54,9 @@ Copyright 2008-2018 The Apache Software Foundation
-================= Apache Kafka 1.0 =================
+================= Apache Kafka 2.7.0 =================
Apache Kafka
-Copyright 2017 The Apache Software Foundation.
+Copyright 2020 The Apache Software Foundation.
diff --git a/docs/tutorials/tutorial-kafka.md b/docs/tutorials/tutorial-kafka.md
index e6c539b1733..65a339fd784 100644
--- a/docs/tutorials/tutorial-kafka.md
+++ b/docs/tutorials/tutorial-kafka.md
@@ -35,13 +35,13 @@ running on your local machine. You don't need to have loaded any data yet.
## Download and start Kafka
[Apache Kafka](http://kafka.apache.org/) is a high throughput message bus that works well with
-Druid. For this tutorial, we will use Kafka 2.6.0. To download Kafka, issue the following
+Druid. For this tutorial, we will use Kafka 2.7.0. To download Kafka, issue the following
commands in your terminal:
```bash
-curl -O https://archive.apache.org/dist/kafka/2.6.0/kafka_2.13-2.6.0.tgz
-tar -xzf kafka_2.13-2.6.0.tgz
-cd kafka_2.13-2.6.0
+curl -O https://archive.apache.org/dist/kafka/2.7.0/kafka_2.13-2.7.0.tgz
+tar -xzf kafka_2.13-2.7.0.tgz
+cd kafka_2.13-2.7.0
```
Start a Kafka broker by running the following command in a new terminal:
diff --git a/extensions-core/kafka-extraction-namespace/pom.xml b/extensions-core/kafka-extraction-namespace/pom.xml
index 32271d3451f..cfcde9a04da 100644
--- a/extensions-core/kafka-extraction-namespace/pom.xml
+++ b/extensions-core/kafka-extraction-namespace/pom.xml
@@ -138,7 +138,7 @@
org.apache.kafka
- kafka_2.12
+ kafka_2.13
${apache.kafka.version}
test
@@ -177,7 +177,7 @@
org.scala-lang
scala-library
- 2.12.10
+ 2.13.3
test
diff --git a/extensions-core/kafka-indexing-service/pom.xml b/extensions-core/kafka-indexing-service/pom.xml
index 7cc1ebf65bf..d1598750237 100644
--- a/extensions-core/kafka-indexing-service/pom.xml
+++ b/extensions-core/kafka-indexing-service/pom.xml
@@ -195,7 +195,7 @@
org.scala-lang
scala-library
- 2.13.2
+ 2.13.3
test
diff --git a/integration-tests/docker-base/setup.sh b/integration-tests/docker-base/setup.sh
index e15a065f1b8..3b9d27d6d4f 100644
--- a/integration-tests/docker-base/setup.sh
+++ b/integration-tests/docker-base/setup.sh
@@ -46,7 +46,7 @@ rm /tmp/$ZK_TAR.tar.gz
# Kafka
# Match the version to the Kafka client used by KafkaSupervisor
-KAFKA_VERSION=2.6.0
+KAFKA_VERSION=2.7.0
wget -q -O /tmp/kafka_2.13-$KAFKA_VERSION.tgz "https://apache.org/dist/kafka/$KAFKA_VERSION/kafka_2.13-$KAFKA_VERSION.tgz"
tar -xzf /tmp/kafka_2.13-$KAFKA_VERSION.tgz -C /usr/local
ln -s /usr/local/kafka_2.13-$KAFKA_VERSION /usr/local/kafka
diff --git a/licenses.yaml b/licenses.yaml
index 255ee576221..d368c5f4787 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -3542,7 +3542,7 @@ libraries:
---
name: Apache Kafka
-version: 2.6.0
+version: 2.7.0
license_category: binary
module: extensions/druid-kafka-indexing-service
license_name: Apache License version 2.0
@@ -4454,14 +4454,14 @@ name: Apache Kafka
license_category: binary
module: extensions/kafka-extraction-namespace
license_name: Apache License version 2.0
-version: 2.6.0
+version: 2.7.0
libraries:
- org.apache.kafka: kafka_2.13
- org.apache.kafka: kafka-clients
notices:
- kafka-clients:
Apache Kafka
- Copyright 2019 The Apache Software Foundation.
+ Copyright 2020 The Apache Software Foundation.
This distribution has a binary dependency on jersey, which is available under the CDDL
License. The source code of jersey can be found at https://github.com/jersey/jersey/.
diff --git a/pom.xml b/pom.xml
index aed464d5786..023c90cdc15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
0.9.0.M2
4.3.0
2.12.0
- 2.6.0
+ 2.7.0
2.0.0
2.2.4
1.17.0