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:58 UTC

[atlas] branch branch-2.0 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 branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 75ee653  ATLAS-4329: Update Kafka version to 2.5
75ee653 is described below

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

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

diff --git a/pom.xml b/pom.xml
index a52932f..0c20600 100644
--- a/pom.xml
+++ b/pom.xml
@@ -718,8 +718,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>