logstash-input-http 3.4.2-java → 3.4.3-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 +4 -4
- data/CHANGELOG.md +5 -1
- data/VERSION +1 -1
- data/lib/logstash-input-http_jars.rb +2 -2
- data/vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.15.0/log4j-api-2.15.0.jar +0 -0
- data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/{3.4.2/logstash-input-http-3.4.2.jar → 3.4.3/logstash-input-http-3.4.3.jar} +0 -0
- metadata +4 -4
- data/vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.11.1/log4j-api-2.11.1.jar +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2aeb67cd027d03518c62b09b4378ef963d0a7b98962a71502b1cc66ba6917ec1
|
|
4
|
+
data.tar.gz: 03ca8aabe72cc7dbdb700c055ebf511d0a83721775815df2df8442c87bbc9b92
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d48e7aff08306639bef632a0446322407208f06a4412229dfd570d45c6ff946d4e4cd980014cb26cec7716146b506fab32181dd405f41c95bfca6b26210b1ffc
|
|
7
|
+
data.tar.gz: dc5359dd0f17a583c37ea8c30746e34f9b956aba83a6317c9fd7459c86a1e59f2f47cf22f3914a5d8be3157b79aaebf0c5137674b19e8403bd3bcc3ae9fce890
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
|
+
## 3.4.3
|
|
2
|
+
- Update log4j dependency to 2.15.0
|
|
3
|
+
- Fix: update to Gradle 7 [#145](https://github.com/logstash-plugins/logstash-input-http/pull/145)
|
|
4
|
+
|
|
1
5
|
## 3.4.2
|
|
2
|
-
- Docs: added `v8` as an
|
|
6
|
+
- Docs: added `v8` as an acceptable value for `ecs_compatibility` [#142](https://github.com/logstash-plugins/logstash-input-http/pull/142)
|
|
3
7
|
|
|
4
8
|
## 3.4.1
|
|
5
9
|
- Changed jar dependencies to reflect newer versions [#140](https://github.com/logstash-plugins/logstash-input-http/pull/140)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.4.
|
|
1
|
+
3.4.3
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
|
|
3
3
|
require 'jar_dependencies'
|
|
4
4
|
require_jar('io.netty', 'netty-all', '4.1.65.Final')
|
|
5
|
-
require_jar('org.apache.logging.log4j', 'log4j-api', '2.
|
|
6
|
-
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.4.
|
|
5
|
+
require_jar('org.apache.logging.log4j', 'log4j-api', '2.15.0')
|
|
6
|
+
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.4.3')
|
|
Binary file
|
|
Binary file
|
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.
|
|
4
|
+
version: 3.4.3
|
|
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
|
+
date: 2021-12-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -159,8 +159,8 @@ files:
|
|
|
159
159
|
- logstash-input-http.gemspec
|
|
160
160
|
- spec/inputs/http_spec.rb
|
|
161
161
|
- vendor/jar-dependencies/io/netty/netty-all/4.1.65.Final/netty-all-4.1.65.Final.jar
|
|
162
|
-
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.
|
|
163
|
-
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.4.
|
|
162
|
+
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.15.0/log4j-api-2.15.0.jar
|
|
163
|
+
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.4.3/logstash-input-http-3.4.3.jar
|
|
164
164
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
165
165
|
licenses:
|
|
166
166
|
- Apache License (2.0)
|