You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2021/06/07 17:34:22 UTC

[atlas] branch master updated: ATLAS-4329: Update Kafka version to 2.5

This is an automated email from the ASF dual-hosted git repository.

sarath pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new 8db2ccc  ATLAS-4329: Update Kafka version to 2.5
8db2ccc is described below

commit 8db2ccc5ec05c1b2eaeae29bed7951d53fd87443
Author: Sarath Subramanian <sa...@apache.org>
AuthorDate: Mon Jun 7 10:31:10 2021 -0700

    ATLAS-4329: Update Kafka version to 2.5
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 91c23ee..91176e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -729,8 +729,8 @@
         <json.version>3.2.11</json.version>
         <jsr.version>1.1</jsr.version>
         <junit.version>4.13</junit.version>
-        <kafka.scala.binary.version>2.11</kafka.scala.binary.version>
-        <kafka.version>2.0.0</kafka.version>
+        <kafka.scala.binary.version>2.12</kafka.scala.binary.version>
+        <kafka.version>2.5.0</kafka.version>
         <keycloak.version>6.0.1</keycloak.version>
         <log4j.version>1.2.17</log4j.version>
         <log4j2.version>2.13.3</log4j2.version>