logstash-input-tcp 6.3.4-java → 6.3.5-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f97b059c6bc48a23105c209642e5f6ededac0470fa0110b25e9851b25b85a9f4
4
- data.tar.gz: 63de33eb7f87e46de9b0328acdc815c75f91cc7a36ce995862af1144ab801a72
3
+ metadata.gz: b1338a3644e8dc08b0b8b4c14c39fc26b358f4dcf99b9fa4a249f783a1debdde
4
+ data.tar.gz: 7cb415c1d9414e48b27a9ac4610ccf6065939026659c041dbb0efe125a6f30a3
5
5
  SHA512:
6
- metadata.gz: f67054c4b774f6fd8ee7256a4a1e9800fe4fc0ff65399b630547541174099dfdb8597303945a63d90c7cac637712979c57c747eb115fbfdd66bcb0f330a10c59
7
- data.tar.gz: 64a4f02759aee0ac47f043943f33210cd5df95d20dc6eecb0ecb0bb047a3d3b8e42fda98b4e08aa6b8c4a4647eb665811a83f2a885e01c68bfbe72bf1bbb2bc2
6
+ metadata.gz: 9cae9f9a0aa70d6355a4afeefec094cf79a073ecc474fb28b495027341353f068a3d41f4ad3c6422545d1feff593c5d91044a313079190498c4ef3f063c1071b
7
+ data.tar.gz: 3be408cdc6062cca874f0c71466022a21b5030c1cd47ecacefa8e63deced324ec05ef508fdaed8e982457b8b51d1c6c773909ad9c2c427f95081732350809066
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 6.3.5
2
+ - update netty to 4.1.94 and other dependencies [#216](https://github.com/logstash-plugins/logstash-input-tcp/pull/216)
3
+
1
4
  ## 6.3.4
2
5
  - Fix: reduce error logging (to info level) on connection resets [#214](https://github.com/logstash-plugins/logstash-input-tcp/pull/214)
3
6
 
@@ -1,12 +1,12 @@
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.93.Final')
5
- require_jar('io.netty', 'netty-codec', '4.1.93.Final')
6
- require_jar('io.netty', 'netty-common', '4.1.93.Final')
7
- require_jar('io.netty', 'netty-transport', '4.1.93.Final')
8
- require_jar('io.netty', 'netty-handler', '4.1.93.Final')
9
- require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.93.Final')
10
- require_jar('commons-io', 'commons-io', '2.8.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-common', '4.1.94.Final')
7
+ require_jar('io.netty', 'netty-transport', '4.1.94.Final')
8
+ require_jar('io.netty', 'netty-handler', '4.1.94.Final')
9
+ require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.94.Final')
10
+ require_jar('commons-io', 'commons-io', '2.13.0')
11
11
 
12
- require_jar('org.logstash.inputs', 'logstash-input-tcp', '6.3.4')
12
+ require_jar('org.logstash.inputs', 'logstash-input-tcp', '6.3.5')
data/version CHANGED
@@ -1 +1 @@
1
- 6.3.4
1
+ 6.3.5
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-tcp
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.3.4
4
+ version: 6.3.5
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-23 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
@@ -231,14 +231,14 @@ files:
231
231
  - spec/fixtures/small.key
232
232
  - spec/inputs/tcp_spec.rb
233
233
  - spec/spec_helper.rb
234
- - vendor/jar-dependencies/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
235
- - vendor/jar-dependencies/io/netty/netty-buffer/4.1.93.Final/netty-buffer-4.1.93.Final.jar
236
- - vendor/jar-dependencies/io/netty/netty-codec/4.1.93.Final/netty-codec-4.1.93.Final.jar
237
- - vendor/jar-dependencies/io/netty/netty-common/4.1.93.Final/netty-common-4.1.93.Final.jar
238
- - vendor/jar-dependencies/io/netty/netty-handler/4.1.93.Final/netty-handler-4.1.93.Final.jar
239
- - vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.93.Final/netty-transport-native-unix-common-4.1.93.Final.jar
240
- - vendor/jar-dependencies/io/netty/netty-transport/4.1.93.Final/netty-transport-4.1.93.Final.jar
241
- - vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.3.4/logstash-input-tcp-6.3.4.jar
234
+ - vendor/jar-dependencies/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar
235
+ - vendor/jar-dependencies/io/netty/netty-buffer/4.1.94.Final/netty-buffer-4.1.94.Final.jar
236
+ - vendor/jar-dependencies/io/netty/netty-codec/4.1.94.Final/netty-codec-4.1.94.Final.jar
237
+ - vendor/jar-dependencies/io/netty/netty-common/4.1.94.Final/netty-common-4.1.94.Final.jar
238
+ - vendor/jar-dependencies/io/netty/netty-handler/4.1.94.Final/netty-handler-4.1.94.Final.jar
239
+ - vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.94.Final/netty-transport-native-unix-common-4.1.94.Final.jar
240
+ - vendor/jar-dependencies/io/netty/netty-transport/4.1.94.Final/netty-transport-4.1.94.Final.jar
241
+ - vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.3.5/logstash-input-tcp-6.3.5.jar
242
242
  - version
243
243
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
244
244
  licenses: