logstash-input-http 3.3.1-java → 3.3.2-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: eac357929f3d0d5b0529c8987c3298830a9355a19f75421776e81f78c0cf1bad
4
- data.tar.gz: cf9c4141ace9c9749d61eb00bc37ea8dd1f576a2841c0a9466ee7517d1bddc3d
3
+ metadata.gz: 0bb4274afcff0840b7deddfd81511084475275afe7eb02e8df46f138e78222ec
4
+ data.tar.gz: a5946e3d434c2b21034951daa88695f1780c4f5382f41bba0e486fa86caf0568
5
5
  SHA512:
6
- metadata.gz: 8a45a91673381a8900534d99d048c7d3bc452ac751d957a277bb497a36dc67ab1e07dda18df0772236d7fbf638d440b5d842d1ec15fbf30dd03a14e1a5f4df97
7
- data.tar.gz: 218ee19acc86f9043e894b9f8718a2ee507f0adee5d1cdc40110aed0d7013e78514a58c37400bad690b551373a6a492181749ab013cb52fed65c9f589896123f
6
+ metadata.gz: f96a85cddbeda253ee240293bef16784e27f63c2918aee4e7893950ad26f56928a8ad44d0445e3751bf3fad686a7b3e442c0f617f878f0e34647fef0d6cc5485
7
+ data.tar.gz: afb1a0437aca79fc439bfa0434cb325a0a7c5c2c6ab8de53e3f98a9f517a71ea0c505c4f83c8031025274458fc7a0e86a6b818b0adf7268d5f2b68fea16d40d3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.3.2
2
+ - Update netty and tcnative dependency [#118](https://github.com/logstash-plugins/logstash-input-http/issues/118)
3
+
1
4
  ## 3.3.1
2
5
  - Added 201 to valid response codes [#114](https://github.com/logstash-plugins/logstash-input-http/issues/114)
3
6
  - Documented response\_code option
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.3.1
1
+ 3.3.2
@@ -1,7 +1,7 @@
1
1
  # AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
2
2
 
3
3
  require 'jar_dependencies'
4
- require_jar('io.netty', 'netty-all', '4.1.30.Final')
5
- require_jar('io.netty', 'netty-tcnative-boringssl-static', '2.0.12.Final')
4
+ require_jar('io.netty', 'netty-all', '4.1.43.Final')
5
+ require_jar('io.netty', 'netty-tcnative-boringssl-static', '2.0.27.Final')
6
6
  require_jar('org.apache.logging.log4j', 'log4j-api', '2.11.1')
7
- require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.3.1')
7
+ require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.3.2')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.1
4
+ version: 3.3.2
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-03 00:00:00.000000000 Z
11
+ date: 2019-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -144,10 +144,10 @@ files:
144
144
  - lib/tasks/build.rake
145
145
  - logstash-input-http.gemspec
146
146
  - spec/inputs/http_spec.rb
147
- - vendor/jar-dependencies/io/netty/netty-all/4.1.30.Final/netty-all-4.1.30.Final.jar
148
- - vendor/jar-dependencies/io/netty/netty-tcnative-boringssl-static/2.0.12.Final/netty-tcnative-boringssl-static-2.0.12.Final.jar
147
+ - vendor/jar-dependencies/io/netty/netty-all/4.1.43.Final/netty-all-4.1.43.Final.jar
148
+ - vendor/jar-dependencies/io/netty/netty-tcnative-boringssl-static/2.0.27.Final/netty-tcnative-boringssl-static-2.0.27.Final.jar
149
149
  - vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.11.1/log4j-api-2.11.1.jar
150
- - vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.3.1/logstash-input-http-3.3.1.jar
150
+ - vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.3.2/logstash-input-http-3.3.2.jar
151
151
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
152
152
  licenses:
153
153
  - Apache License (2.0)