Skip to content

Commit b53c5d4

Browse files
authored
Update nokogiri version (#87)
1 parent e9c4759 commit b53c5d4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.3.0
2+
- Update Nokogiri dependency version [#87](https://github.com/logstash-plugins/logstash-filter-xml/pull/87)
3+
14
## 4.2.1
25
- patch rexml to improve performance of multi-threaded xml parsing [#84](https://github.com/logstash-plugins/logstash-filter-xml/pull/84)
36

logstash-filter-xml.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-filter-xml'
4-
s.version = '4.2.1'
4+
s.version = '4.3.0'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "Parses XML into fields"
77
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"
@@ -20,9 +20,9 @@ Gem::Specification.new do |s|
2020
s.metadata = { "logstash_plugin" => "true", "logstash_group" => "filter" }
2121

2222
# Gem dependencies
23-
s.add_runtime_dependency 'logstash-core', '>= 8.4.0' # this provides Ruby 2.6.0
23+
s.add_runtime_dependency 'logstash-core', '>= 8.15.3' # this provides Ruby 3.1
2424
s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
25-
s.add_runtime_dependency 'nokogiri', '>= 1.13.8' # >= 1.13.0 requires Ruby 2.6+
25+
s.add_runtime_dependency 'nokogiri', '>= 1.18.3' # >= 1.18.3 requires Ruby 3.1+
2626
s.add_runtime_dependency 'xml-simple'
2727

2828
s.add_development_dependency 'logstash-devutils'

0 commit comments

Comments
 (0)