logstash-input-http_bold 5.0.0-java → 5.0.1-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed86320d99ebc9ae5bdb1f113f5f6f8f821c920bf37c904b3f419742f40c5fe5
4
- data.tar.gz: c3d71bc12a9a84d1bdc07801c01214e5e732415246283597f699ffa12da18545
3
+ metadata.gz: fc72bbdd1224f4cfb29b828acb58cb8ec98dc626080a5e2bd83d3780415794db
4
+ data.tar.gz: d8cdd1fb840e5fd740283fcb4f743c191b8e5178a535c65987c2964e337efcc2
5
5
  SHA512:
6
- metadata.gz: 7b1305fe8210836682cceba653e54cb5769e5d21ef2418640c3f30403842d9baedbff0552f6338ec8c75031cee2ac96c821a0d621284bec386cbf6eaa29be642
7
- data.tar.gz: d537394a4a0804d43b84f6321ea713893e542d5dde7f544e2f5ff32e23a3d82b261214dc1e443a16ccb2ebc5d3c25dfdadafbeba9d44b2a6b1a26e99fbbaf5f2
6
+ metadata.gz: a2eeea6861e058d41d1a2255133576b9741308cd6e3148769978591a9a45dd407da5e448b2b866f1b1fd584b25e096cc025dd7c9cde725861217640f284adf27
7
+ data.tar.gz: 998f8a14e66bf98e20a56145da936bf90644bdd0a65fc1e4b8df16a2680d037bbfd6a903282a8801d36e8544f59eb33757c36a4049accb6dec16c58e5eb339fb
data/VERSION CHANGED
@@ -1 +1 @@
1
- 5.0.0
1
+ 5.0.1
@@ -4,4 +4,4 @@ require 'jar_dependencies'
4
4
  require_jar('io.netty', 'netty-all', '4.1.65.Final')
5
5
  require_jar('org.apache.logging.log4j', 'log4j-api', '2.11.1')
6
6
  require_jar('org.json', 'json', '20210307')
7
- require_jar('org.logstash.plugins.input.http_bold', 'logstash-input-http_bold', '5.0.0')
7
+ require_jar('org.logstash.plugins.input.http_bold', 'logstash-input-http_bold', '5.0.1')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-http_bold
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.0.1
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-25 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -151,8 +151,6 @@ files:
151
151
  - VERSION
152
152
  - docs/index.asciidoc
153
153
  - lib/logstash-input-http_bold_jars.rb
154
- - lib/logstash-input-http_jars.rb
155
- - lib/logstash-input-httpbold_jars.rb
156
154
  - lib/logstash/inputs/http_bold.rb
157
155
  - lib/logstash/inputs/http_bold/message_handler.rb
158
156
  - lib/logstash/inputs/http_bold/tls.rb
@@ -169,6 +167,7 @@ files:
169
167
  - vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/4.0.2/logstash-input-http-4.0.2.jar
170
168
  - vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/4.0.3/logstash-input-http-4.0.3.jar
171
169
  - vendor/jar-dependencies/org/logstash/plugins/input/http_bold/logstash-input-http_bold/5.0.0/logstash-input-http_bold-5.0.0.jar
170
+ - vendor/jar-dependencies/org/logstash/plugins/input/http_bold/logstash-input-http_bold/5.0.1/logstash-input-http_bold-5.0.1.jar
172
171
  - vendor/jar-dependencies/org/logstash/plugins/input/httpbold/logstash-input-httpbold/1.0.0/logstash-input-httpbold-1.0.0.jar
173
172
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
174
173
  licenses:
@@ -1,7 +0,0 @@
1
- # AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
2
-
3
- require 'jar_dependencies'
4
- require_jar('io.netty', 'netty-all', '4.1.65.Final')
5
- require_jar('org.apache.logging.log4j', 'log4j-api', '2.11.1')
6
- require_jar('org.json', 'json', '20210307')
7
- require_jar('org.logstash.plugins.input.http_bold', 'logstash-input-http_bold', '4.0.3')
@@ -1,7 +0,0 @@
1
- # AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
2
-
3
- require 'jar_dependencies'
4
- require_jar('io.netty', 'netty-all', '4.1.65.Final')
5
- require_jar('org.apache.logging.log4j', 'log4j-api', '2.11.1')
6
- require_jar('org.json', 'json', '20210307')
7
- require_jar('org.logstash.plugins.input.http_bold', 'logstash-input-http_bold', '1.0.0')