Skip to content

Commit

Permalink
bump kafka dependency to 0.10.1.1 (logstash-plugins#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
talevy authored Dec 27, 2016
1 parent 96f4df3 commit a67cc3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 6.1.2
- bump kafka dependency to 0.10.1.1

## 6.1.1
- Docs: Clarify compatibility matrix and remove it from the changelog to avoid duplication.

Expand Down
2 changes: 1 addition & 1 deletion kafka_test_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
if [ -n "${KAFKA_VERSION+1}" ]; then
echo "KAFKA_VERSION is $KAFKA_VERSION"
else
KAFKA_VERSION=0.10.1.0
KAFKA_VERSION=0.10.1.1
fi

echo "Downloading Kafka version $KAFKA_VERSION"
Expand Down
4 changes: 2 additions & 2 deletions logstash-output-kafka.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

s.name = 'logstash-output-kafka'
s.version = '6.1.1'
s.version = '6.1.2'
s.licenses = ['Apache License (2.0)']
s.summary = 'Output events to a Kafka topic. This uses the Kafka Producer API to write messages to a topic on the broker'
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
Expand All @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
# Special flag to let us know this is actually a logstash plugin
s.metadata = { 'logstash_plugin' => 'true', 'group' => 'output'}

s.requirements << "jar 'org.apache.kafka:kafka-clients', '0.10.1.0'"
s.requirements << "jar 'org.apache.kafka:kafka-clients', '0.10.1.1'"
s.requirements << "jar 'org.slf4j:slf4j-log4j12', '1.7.21'"

s.add_development_dependency 'jar-dependencies', '~> 0.3.2'
Expand Down

0 comments on commit a67cc3a

Please sign in to comment.