logstash-input-http 3.7.0-java → 3.7.2-java

Sign up to get free protection for your applications and to get access to all the features.
Files changed (14) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/VERSION +1 -1
  4. data/lib/logstash-input-http_jars.rb +8 -8
  5. data/vendor/jar-dependencies/io/netty/netty-buffer/{4.1.87.Final/netty-buffer-4.1.87.Final.jar → 4.1.94.Final/netty-buffer-4.1.94.Final.jar} +0 -0
  6. data/vendor/jar-dependencies/io/netty/netty-codec/{4.1.87.Final/netty-codec-4.1.87.Final.jar → 4.1.94.Final/netty-codec-4.1.94.Final.jar} +0 -0
  7. data/vendor/jar-dependencies/io/netty/netty-codec-http/{4.1.87.Final/netty-codec-http-4.1.87.Final.jar → 4.1.94.Final/netty-codec-http-4.1.94.Final.jar} +0 -0
  8. data/vendor/jar-dependencies/io/netty/netty-common/{4.1.87.Final/netty-common-4.1.87.Final.jar → 4.1.94.Final/netty-common-4.1.94.Final.jar} +0 -0
  9. data/vendor/jar-dependencies/io/netty/netty-handler/{4.1.87.Final/netty-handler-4.1.87.Final.jar → 4.1.94.Final/netty-handler-4.1.94.Final.jar} +0 -0
  10. data/vendor/jar-dependencies/io/netty/netty-transport/{4.1.87.Final/netty-transport-4.1.87.Final.jar → 4.1.94.Final/netty-transport-4.1.94.Final.jar} +0 -0
  11. data/vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/{4.1.87.Final/netty-transport-native-unix-common-4.1.87.Final.jar → 4.1.94.Final/netty-transport-native-unix-common-4.1.94.Final.jar} +0 -0
  12. data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.7.2/logstash-input-http-3.7.2.jar +0 -0
  13. metadata +11 -11
  14. data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.7.0/logstash-input-http-3.7.0.jar +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f51c4bbd6f822ca86e04cf3895e6084f6eb7c3ce3c860dd4cd634960083925d
4
- data.tar.gz: 58d2c5e3bf67f11808a7eae4aa2ee0dd66d344233548b92180b3ef9743a3ffcd
3
+ metadata.gz: 70baa163e85cc14a4d7fef61b89d0e6d861ed44b67b327dc7e34cb41449d511d
4
+ data.tar.gz: 76fdf693c4800cc9103e8066269f41b7645556de41bd4acb597dd4962d10631c
5
5
  SHA512:
6
- metadata.gz: 30fe8ab9b1b965dfe60b453aad5cbb6ca00ea994d6d1dbb7ac4bb2d28d095a491ca15c7c2ba295fe7f2f25df3f5d96d882f9a377f34c9cb372fc766dcd745028
7
- data.tar.gz: ffadf395fc47657426445cf47f9b8c0da277c68edf73020154c4e62dc7e8313b28bd2cc7f6c9e06907be89b651cdf44d294f45974f67aae0aaf1f039fff308ab
6
+ metadata.gz: 96d8c088cbc478480bb54cb758a9ccde8b0019773919fb165ab7df81d74f6c233703e0b5285f0f7347c0868b94b31beee89d0ec4a7a7359732fff6970ef6ac45
7
+ data.tar.gz: 48be53a65e914e7b9f5c541eb500035f13720efab7ef1757379111ec1d9e920f18544c3a121642cd53294605ddbb22ef45333924d3169d392485d757ddc3666c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 3.7.2
2
+ - bump netty to 4.1.94 [#167](https://github.com/logstash-plugins/logstash-input-http/pull/167)
3
+
4
+ ## 3.7.1
5
+ - bump netty to 4.1.93 [#166](https://github.com/logstash-plugins/logstash-input-http/pull/166)
6
+
1
7
  ## 3.7.0
2
8
  - Reviewed and deprecated SSL settings to comply with Logstash's naming convention [#165](https://github.com/logstash-plugins/logstash-input-http/pull/165)
3
9
  - Deprecated `ssl` in favor of `ssl_enabled`
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.7.0
1
+ 3.7.2
@@ -1,11 +1,11 @@
1
1
  # AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
2
2
 
3
3
  require 'jar_dependencies'
4
- require_jar('io.netty', 'netty-buffer', '4.1.87.Final')
5
- require_jar('io.netty', 'netty-codec', '4.1.87.Final')
6
- require_jar('io.netty', 'netty-codec-http', '4.1.87.Final')
7
- require_jar('io.netty', 'netty-common', '4.1.87.Final')
8
- require_jar('io.netty', 'netty-transport', '4.1.87.Final')
9
- require_jar('io.netty', 'netty-handler', '4.1.87.Final')
10
- require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.87.Final')
11
- require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.7.0')
4
+ require_jar('io.netty', 'netty-buffer', '4.1.94.Final')
5
+ require_jar('io.netty', 'netty-codec', '4.1.94.Final')
6
+ require_jar('io.netty', 'netty-codec-http', '4.1.94.Final')
7
+ require_jar('io.netty', 'netty-common', '4.1.94.Final')
8
+ require_jar('io.netty', 'netty-transport', '4.1.94.Final')
9
+ require_jar('io.netty', 'netty-handler', '4.1.94.Final')
10
+ require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.94.Final')
11
+ require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.7.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.7.0
4
+ version: 3.7.2
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-05 00:00:00.000000000 Z
11
+ date: 2023-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -187,14 +187,14 @@ files:
187
187
  - spec/fixtures/certs/openssl.cnf
188
188
  - spec/inputs/helpers.rb
189
189
  - spec/inputs/http_spec.rb
190
- - vendor/jar-dependencies/io/netty/netty-buffer/4.1.87.Final/netty-buffer-4.1.87.Final.jar
191
- - vendor/jar-dependencies/io/netty/netty-codec-http/4.1.87.Final/netty-codec-http-4.1.87.Final.jar
192
- - vendor/jar-dependencies/io/netty/netty-codec/4.1.87.Final/netty-codec-4.1.87.Final.jar
193
- - vendor/jar-dependencies/io/netty/netty-common/4.1.87.Final/netty-common-4.1.87.Final.jar
194
- - vendor/jar-dependencies/io/netty/netty-handler/4.1.87.Final/netty-handler-4.1.87.Final.jar
195
- - vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.87.Final/netty-transport-native-unix-common-4.1.87.Final.jar
196
- - vendor/jar-dependencies/io/netty/netty-transport/4.1.87.Final/netty-transport-4.1.87.Final.jar
197
- - vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.7.0/logstash-input-http-3.7.0.jar
190
+ - vendor/jar-dependencies/io/netty/netty-buffer/4.1.94.Final/netty-buffer-4.1.94.Final.jar
191
+ - vendor/jar-dependencies/io/netty/netty-codec-http/4.1.94.Final/netty-codec-http-4.1.94.Final.jar
192
+ - vendor/jar-dependencies/io/netty/netty-codec/4.1.94.Final/netty-codec-4.1.94.Final.jar
193
+ - vendor/jar-dependencies/io/netty/netty-common/4.1.94.Final/netty-common-4.1.94.Final.jar
194
+ - vendor/jar-dependencies/io/netty/netty-handler/4.1.94.Final/netty-handler-4.1.94.Final.jar
195
+ - vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.94.Final/netty-transport-native-unix-common-4.1.94.Final.jar
196
+ - vendor/jar-dependencies/io/netty/netty-transport/4.1.94.Final/netty-transport-4.1.94.Final.jar
197
+ - vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.7.2/logstash-input-http-3.7.2.jar
198
198
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
199
199
  licenses:
200
200
  - Apache License (2.0)
@@ -217,7 +217,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
217
217
  - !ruby/object:Gem::Version
218
218
  version: '0'
219
219
  requirements: []
220
- rubygems_version: 3.1.6
220
+ rubygems_version: 3.2.33
221
221
  signing_key:
222
222
  specification_version: 4
223
223
  summary: Receives events over HTTP or HTTPS