Skip to content
This repository was archived by the owner on Mar 25, 2020. It is now read-only.

Commit a0a4f2f

Browse files
committed
dependency logstash-core > 2.0.0 < 6.0.0.alpha1
1 parent 51b82c2 commit a0a4f2f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 2.1.2
2+
- New dependency requirements for logstash-core for the 5.0 release
13
## 2.1.1
24
- Support Elasticsearch 2.1.0
35
- Fix issue where transport client w/o port specified breaks

logstash-output-elasticsearch_java.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-elasticsearch_java'
3-
s.version = '2.1.1'
3+
s.version = '2.1.2'
44
s.licenses = ['apache-2.0']
55
s.summary = "Logstash Output to Elasticsearch using Java node/transport client"
66
s.description = "Output events to elasticsearch using the java client"
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
2323
s.add_runtime_dependency 'elasticsearch', ['>= 1.0.13', '~> 1.0']
2424
s.add_runtime_dependency 'stud', ['>= 0.0.17', '~> 0.0']
2525
s.add_runtime_dependency 'cabin', ['~> 0.6']
26-
s.add_runtime_dependency "logstash-core", ">= 2.0.0.beta2", "< 3.0.0"
26+
s.add_runtime_dependency "logstash-core", ">= 2.0.0", "< 6.0.0.alpha1"
2727
s.add_runtime_dependency "logstash-output-elasticsearch", ">= 2.1.4"
2828

2929
s.add_development_dependency 'ftw', '~> 0.0.42'

0 commit comments

Comments
 (0)