Skip to content
This repository was archived by the owner on Sep 17, 2019. It is now read-only.

Commit 8e73958

Browse files
committed
Release 5.3.0
1 parent f48c12a commit 8e73958

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

logstash-output-jdbc.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-jdbc'
3-
s.version = '5.3.0.rc1'
3+
s.version = '5.3.0'
44
s.licenses = ['Apache License (2.0)']
55
s.summary = 'This plugin allows you to output to SQL, via JDBC'
66
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 'logstash-output-jdbc'. This gem is not a stand-alone program"
@@ -27,12 +27,12 @@ Gem::Specification.new do |s|
2727
s.add_runtime_dependency 'logstash-codec-plain'
2828

2929
s.requirements << "jar 'com.zaxxer:HikariCP', '2.7.2'"
30-
s.requirements << "jar 'org.apache.logging.log4j:log4j-slf4j-impl', '2.9.1'"
30+
s.requirements << "jar 'org.apache.logging.log4j:log4j-slf4j-impl', '2.6.2'"
3131

3232
s.add_development_dependency 'jar-dependencies'
3333
s.add_development_dependency 'ruby-maven', '~> 3.3'
3434

35-
s.add_development_dependency 'logstash-devutils'
35+
s.add_development_dependency "logstash-devutils", "~> 1.3", ">= 1.3.1"
3636

3737
s.add_development_dependency 'rubocop', '0.41.2'
3838
end

0 commit comments

Comments
 (0)