logstash-integration-kafka 12.1.4-java → 12.1.5-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 +3 -0
- data/lib/logstash-integration-kafka_jars.rb +2 -2
- data/vendor/jar-dependencies/org/apache/httpcomponents/core5/httpcore5/{5.3.6/httpcore5-5.3.6.jar → 5.4.3/httpcore5-5.4.3.jar} +0 -0
- data/vendor/jar-dependencies/org/apache/httpcomponents/core5/httpcore5-h2/5.4.3/httpcore5-h2-5.4.3.jar +0 -0
- data/version +1 -1
- metadata +4 -4
- data/vendor/jar-dependencies/org/apache/httpcomponents/core5/httpcore5-h2/5.3.6/httpcore5-h2-5.3.6.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: 52c4e0a3e6ec6f538183a264a0c11b4ef0b4736bc7624ae6751c96efdbd75b62
|
|
4
|
+
data.tar.gz: 4a99e294ac4d667b74f7e433ea8a2e0a7daea46fbb9441b520d1db93659eabfa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86104cf91cc82129dd7058492bd96c875711c9704d86062bffa9655c96c55d006653272ae5c3d726f22d9be82b0a649df71c2759e189c0f88e15d5c5b0a7fd8d
|
|
7
|
+
data.tar.gz: f17fbb4bc9d759a686940e93540fb4bbbcf40c200f93f67fbb24699c3601fbf44398032eaba16776b2014e592418b8aba616c640c74c2dc5fed6bb11d808a3e9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 12.1.5
|
|
2
|
+
- Upgrades `httpcore5` dependency to v5.4.2 [#270](https://github.com/logstash-plugins/logstash-integration-kafka/pull/270)
|
|
3
|
+
|
|
1
4
|
## 12.1.4
|
|
2
5
|
- Update jackson dependency to 2.21.4 [#268](https://github.com/logstash-plugins/logstash-integration-kafka/pull/268)
|
|
3
6
|
|
|
@@ -11,8 +11,8 @@ require_jar('com.fasterxml.jackson.core', 'jackson-databind', '2.21.4')
|
|
|
11
11
|
require_jar('com.fasterxml.jackson.core', 'jackson-core', '2.21.4')
|
|
12
12
|
require_jar('org.apache.kafka', 'kafka-clients', '4.2.0')
|
|
13
13
|
require_jar('org.apache.httpcomponents.client5', 'httpclient5', '5.5')
|
|
14
|
-
require_jar('org.apache.httpcomponents.core5', 'httpcore5-h2', '5.3
|
|
15
|
-
require_jar('org.apache.httpcomponents.core5', 'httpcore5', '5.3
|
|
14
|
+
require_jar('org.apache.httpcomponents.core5', 'httpcore5-h2', '5.4.3')
|
|
15
|
+
require_jar('org.apache.httpcomponents.core5', 'httpcore5', '5.4.3')
|
|
16
16
|
require_jar('com.fasterxml.jackson.core', 'jackson-annotations', '2.21')
|
|
17
17
|
require_jar('org.apache.commons', 'commons-compress', '1.28.0')
|
|
18
18
|
require_jar('com.google.guava', 'guava', '32.0.1-jre')
|
|
Binary file
|
|
Binary file
|
data/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
12.1.
|
|
1
|
+
12.1.5
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-integration-kafka
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 12.1.
|
|
4
|
+
version: 12.1.5
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-06
|
|
10
|
+
date: 2026-07-06 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: logstash-core-plugin-api
|
|
@@ -272,8 +272,8 @@ files:
|
|
|
272
272
|
- vendor/jar-dependencies/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar
|
|
273
273
|
- vendor/jar-dependencies/org/apache/commons/commons-lang3/3.18.0/commons-lang3-3.18.0.jar
|
|
274
274
|
- vendor/jar-dependencies/org/apache/httpcomponents/client5/httpclient5/5.5/httpclient5-5.5.jar
|
|
275
|
-
- vendor/jar-dependencies/org/apache/httpcomponents/core5/httpcore5-h2/5.3
|
|
276
|
-
- vendor/jar-dependencies/org/apache/httpcomponents/core5/httpcore5/5.3
|
|
275
|
+
- vendor/jar-dependencies/org/apache/httpcomponents/core5/httpcore5-h2/5.4.3/httpcore5-h2-5.4.3.jar
|
|
276
|
+
- vendor/jar-dependencies/org/apache/httpcomponents/core5/httpcore5/5.4.3/httpcore5-5.4.3.jar
|
|
277
277
|
- vendor/jar-dependencies/org/apache/kafka/kafka-clients/4.2.0/kafka-clients-4.2.0.jar
|
|
278
278
|
- vendor/jar-dependencies/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar
|
|
279
279
|
- vendor/jar-dependencies/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.jar
|