logstash-input-beats 6.9.2-java → 6.9.4-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: 889b913cc195183287b1c2f529920dc8c41fe21e7d29b4b29886e9bd697fe0a9
4
- data.tar.gz: a6ab782d3951b26504ef81a85b5bddaa27308bad64ff0951b5561bcf7dda6164
3
+ metadata.gz: cf46020a995a77beb65e7dad4578fe2c69dfa192096ce8f2ecf5b6884e55bd08
4
+ data.tar.gz: 11e442993264268537955000a3ba2b3027c5a9b1c973950e4777843e4af0cbaa
5
5
  SHA512:
6
- metadata.gz: bb59be187610645aadba1ba0f30444dcab8235d6ed059f76cb00bf2d1ca578d205d35a5531c609cc35bb938d5533920e4d4000d7bc4cb8faaf111478c885ecb5
7
- data.tar.gz: 601786d32124c5932feecd3c4b1885bbcab3a82e80124d1a18e6e798f3365b6b6858903ff66de9f2c8cbf6acf656c973e3d8dfa91de8d90b464e3267b25d5672
6
+ metadata.gz: '078bf0168fe22b661ee04c73aaf6592af059468490f3eb97ee8951c163703096557e28cbefe58746703ea80b177481ae03b9ec5b47301223ce8145c2ba1f59a0'
7
+ data.tar.gz: d31c2ee149daf90a08b200da0d1b84e17e4f33144aae7c8d32d2e1af8f203ebbd2961e8feb4f88e060c552b536c892bd87cc053c4296acaf4f58ab2361c28572
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 6.9.4
2
+ - Upgrade netty to 4.1.126 [#518](https://github.com/logstash-plugins/logstash-input-beats/pull/518)
3
+
4
+ ## 6.9.3
5
+ - Upgrade netty to 4.1.118 [#514](https://github.com/logstash-plugins/logstash-input-beats/pull/514)
6
+
1
7
  ## 6.9.2
2
8
  - Name netty threads according to their purpose and the plugin id [#511](https://github.com/logstash-plugins/logstash-input-beats/pull/511)
3
9
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 6.9.2
1
+ 6.9.4
@@ -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.115.Final')
5
- require_jar('io.netty', 'netty-codec', '4.1.115.Final')
6
- require_jar('io.netty', 'netty-common', '4.1.115.Final')
7
- require_jar('io.netty', 'netty-transport', '4.1.115.Final')
8
- require_jar('io.netty', 'netty-handler', '4.1.115.Final')
9
- require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.115.Final')
4
+ require_jar('io.netty', 'netty-buffer', '4.1.126.Final')
5
+ require_jar('io.netty', 'netty-codec', '4.1.126.Final')
6
+ require_jar('io.netty', 'netty-common', '4.1.126.Final')
7
+ require_jar('io.netty', 'netty-transport', '4.1.126.Final')
8
+ require_jar('io.netty', 'netty-handler', '4.1.126.Final')
9
+ require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.126.Final')
10
10
  require_jar('org.javassist', 'javassist', '3.24.0-GA')
11
- require_jar('org.logstash.beats', 'logstash-input-beats', '6.9.2')
11
+ require_jar('org.logstash.beats', 'logstash-input-beats', '6.9.4')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-beats
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.9.2
4
+ version: 6.9.4
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-04 00:00:00.000000000 Z
11
+ date: 2025-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -299,14 +299,14 @@ files:
299
299
  - spec/support/integration_shared_context.rb
300
300
  - spec/support/logstash_test.rb
301
301
  - spec/support/shared_examples.rb
302
- - vendor/jar-dependencies/io/netty/netty-buffer/4.1.115.Final/netty-buffer-4.1.115.Final.jar
303
- - vendor/jar-dependencies/io/netty/netty-codec/4.1.115.Final/netty-codec-4.1.115.Final.jar
304
- - vendor/jar-dependencies/io/netty/netty-common/4.1.115.Final/netty-common-4.1.115.Final.jar
305
- - vendor/jar-dependencies/io/netty/netty-handler/4.1.115.Final/netty-handler-4.1.115.Final.jar
306
- - vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.115.Final/netty-transport-native-unix-common-4.1.115.Final.jar
307
- - vendor/jar-dependencies/io/netty/netty-transport/4.1.115.Final/netty-transport-4.1.115.Final.jar
302
+ - vendor/jar-dependencies/io/netty/netty-buffer/4.1.126.Final/netty-buffer-4.1.126.Final.jar
303
+ - vendor/jar-dependencies/io/netty/netty-codec/4.1.126.Final/netty-codec-4.1.126.Final.jar
304
+ - vendor/jar-dependencies/io/netty/netty-common/4.1.126.Final/netty-common-4.1.126.Final.jar
305
+ - vendor/jar-dependencies/io/netty/netty-handler/4.1.126.Final/netty-handler-4.1.126.Final.jar
306
+ - vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.126.Final/netty-transport-native-unix-common-4.1.126.Final.jar
307
+ - vendor/jar-dependencies/io/netty/netty-transport/4.1.126.Final/netty-transport-4.1.126.Final.jar
308
308
  - vendor/jar-dependencies/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.jar
309
- - vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/6.9.2/logstash-input-beats-6.9.2.jar
309
+ - vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/6.9.4/logstash-input-beats-6.9.4.jar
310
310
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
311
311
  licenses:
312
312
  - Apache License (2.0)