Skip to content

Commit

Permalink
Update kafka version to 2.0.0.25 (#168)
Browse files Browse the repository at this point in the history
Co-authored-by: Ke Hu <[email protected]>
  • Loading branch information
kehuum and Ke Hu authored Apr 16, 2020
1 parent c745a79 commit fa96de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ project.ext {
url "https://github.com/linkedin/li-apache-kafka-clients"
}
}
liKafkaVersion = "2.0.0.24"
liKafkaVersion = "2.0.0.25"
marioVersion = "0.0.27"
}

Expand Down Expand Up @@ -232,4 +232,4 @@ tasks.register("parseGitInfo") {
logger.info("git working copy is at ${type} ${rootProject.gitName} at revision ${rootProject.gitHash}")
}
}
}
}

0 comments on commit fa96de3

Please sign in to comment.