logstash-input-http 3.4.0-java → 3.4.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: 4b87a5c0d794b79c2fbc32f0019893258464c106d651b97ea461491d3abe82a3
4
- data.tar.gz: d8a60c43c88913797b62e14d6724ab1ad263a65bccc02d2e60ff8e166c6950e9
3
+ metadata.gz: a988f67d331d96dcc9f9924c4d75d0f840d62ceed3179e74c7e090fbffd824af
4
+ data.tar.gz: 7b2cb03cdd41413850042a774e6a551e7485e1b6432548c631bb94258517f993
5
5
  SHA512:
6
- metadata.gz: 4489b8a66bd3a3a5f35c7d95f9f7c20a450b84aefe5416418983a3ec05ef41a278c78eaa48f40389d7262191a47c0fb9e2c43047af3f1817c9ca2c5871a783f0
7
- data.tar.gz: 3c3c75d19312c553b31ed1144c59184c39ed5a6f5a96b3674c55c9b851c050206de08fa2900b1546d0fa416aff41a974efe8f035df4d08119b4f094dcf4cfd5b
6
+ metadata.gz: '0885c495ffa29eed33309b5076b21f49cc5e425394d6c0e97f67ed88b1f5a9e4b05d24c16fb8dddb9d03f672d797b8df2b8be3a508b2ff89510e34b17f5d88d9'
7
+ data.tar.gz: 8466260d37fe5c4e59c24d307400e803b2d83288540eb9a0e7f00af4c4bed4528f4c69ca2b81ea686088c48e0ab2845e03cc98c87c2e00c20f03d8598cf3bf47
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.4.1
2
+ - Changed jar dependencies to reflect newer versions [#140](https://github.com/logstash-plugins/logstash-input-http/pull/140)
3
+
1
4
  ## 3.4.0
2
5
  - Add ECS support, mapping Http header to ECS compatible fields [#137](https://github.com/logstash-plugins/logstash-input-http/pull/137)
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.4.0
1
+ 3.4.1
@@ -1,6 +1,6 @@
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.49.Final')
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
- require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.4.0')
6
+ require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.4.1')
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.4.0
4
+ version: 3.4.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-06-08 00:00:00.000000000 Z
11
+ date: 2021-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -158,9 +158,9 @@ files:
158
158
  - lib/tasks/build.rake
159
159
  - logstash-input-http.gemspec
160
160
  - spec/inputs/http_spec.rb
161
- - vendor/jar-dependencies/io/netty/netty-all/4.1.49.Final/netty-all-4.1.49.Final.jar
161
+ - vendor/jar-dependencies/io/netty/netty-all/4.1.65.Final/netty-all-4.1.65.Final.jar
162
162
  - vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.11.1/log4j-api-2.11.1.jar
163
- - vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.4.0/logstash-input-http-3.4.0.jar
163
+ - vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.4.1/logstash-input-http-3.4.1.jar
164
164
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
165
165
  licenses:
166
166
  - Apache License (2.0)