logstash-filter-elastic_integration 8.17.2-java → 8.18.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: 9755f640fc6546ce573f5749c9657fc67161583951584db0a4843d905ba440f4
4
- data.tar.gz: 72f354b7af4b97042bb12664678ff6f4607af9b91cf5526ec7322b92fea84114
3
+ metadata.gz: 5ed4b0bb9e303d3423cafabaaa3923f16613c04ae400a6a47d7c41c491c530ac
4
+ data.tar.gz: da8904bb70f501629e872963ad622a2bba45c40b075aed122f6f023d57c3aa42
5
5
  SHA512:
6
- metadata.gz: 1c04809c2e1afd33faa9a751cc75cd233af0edc2eab3882726520549e11263df6565d00216b742836d2c31ece306fc446b9611d920eec18e85c4722c37e72595
7
- data.tar.gz: fc3fd083171bae4debb7153c0b24b2ccf73280c2c1c00ecda4edabaf3285037a509990c6d48aadd0910f9ad128e3b1d206606b065d0aca7d722a015c7465c445
6
+ metadata.gz: f04d24fb6ed5f253c680ea1a507692e6ef12631d5a9f5ea2d4a669183fc86999bfeb3b425acd7a95bd8c155cdfc629899d89bf9ba90247b4ef83d203563aaa34
7
+ data.tar.gz: 98a9fe953e50e47387f9a98a77980571248dbc131f38ecb768d298a4c2ed8dea5043b7aa66b7a2433aff5ba5b13ec1d665156b9bd74d08bf0d6add11eae3044a
data/VERSION CHANGED
@@ -1 +1 @@
1
- 8.17.2
1
+ 8.18.1
@@ -8,4 +8,4 @@
8
8
  ########################################################################
9
9
 
10
10
  require 'jar_dependencies'
11
- require_jar('co/elastic', 'logstash-filter-elastic_integration', '8.17.2')
11
+ require_jar('co/elastic', 'logstash-filter-elastic_integration', '8.18.1')
@@ -7,4 +7,4 @@
7
7
  # with the Elastic License 2.0.
8
8
  ########################################################################
9
9
 
10
- LogStash::Filters::ElasticIntegration::VERSION='8.17.2'
10
+ LogStash::Filters::ElasticIntegration::VERSION='8.18.1'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-elastic_integration
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.17.2
4
+ version: 8.18.1
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
@@ -75,7 +75,7 @@ files:
75
75
  - lib/logstash/filters/elastic_integration/jar_dependencies.rb
76
76
  - lib/logstash/filters/elastic_integration/version.rb
77
77
  - logstash-filter-elastic_integration.gemspec
78
- - vendor/jar-dependencies/co/elastic/logstash-filter-elastic_integration/8.17.2/logstash-filter-elastic_integration-8.17.2.jar
78
+ - vendor/jar-dependencies/co/elastic/logstash-filter-elastic_integration/8.18.1/logstash-filter-elastic_integration-8.18.1.jar
79
79
  homepage: https://www.elastic.co/logstash
80
80
  licenses:
81
81
  - ELv2