Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #915 from zalando/upgrade-kafka-1-1-1
Browse files Browse the repository at this point in the history
ARUHA-1798 Upgrade kafka client to  1.1.1
  • Loading branch information
lmontrieux authored Jul 23, 2018
2 parents 24c4631 + 56c8d5a commit 7a9a6ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Log Compaction Feature Toggle

### Changed
- Upgraded Kafka client to 1.1.0
- Upgraded Kafka client to 1.1.1

## [2.8.0]

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ dependencies {
compile 'org.echocat.jomon:runtime:1.6.3'

// kafka & zookeeper
compile 'org.apache.kafka:kafka-clients:1.1.0'
compile('org.apache.kafka:kafka_2.12:1.1.0') {
compile 'org.apache.kafka:kafka-clients:1.1.1'
compile('org.apache.kafka:kafka_2.12:1.1.1') {
exclude module: "zookeeper"
}
compile("org.apache.curator:curator-recipes:$curatorVersion") {
Expand Down

0 comments on commit 7a9a6ef

Please sign in to comment.