Skip to content

Commit 3b5789c

Browse files
authored
bump kafka-client to 3.8.1 (#188)
1 parent 947d59e commit 3b5789c

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## Unreleased
2-
- Removed Jar Dependencies dependency [#187](https://github.com/logstash-plugins/logstash-integration-kafka/pull/187)
1+
## 11.5.4
2+
- Update kafka client to 3.8.1 and transitive dependencies [#188](https://github.com/logstash-plugins/logstash-integration-kafka/pull/188)
3+
- Removed Jar Dependencies dependency [#187](https://github.com/logstash-plugins/logstash-integration-kafka/pull/187)
34

45
## 11.5.3
56
- Update kafka client to 3.7.1 and transitive dependencies [#186](https://github.com/logstash-plugins/logstash-integration-kafka/pull/186)

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ java {
3838
}
3939

4040
// given https://docs.confluent.io/current/installation/versions-interoperability.html matrix
41-
// Confluent Platform 7.7.x is Apache Kafka 3.7.x
42-
String confluentKafkaVersion = '7.7.1'
43-
String apacheKafkaVersion = '3.7.1'
41+
// Confluent Platform 7.8.x is Apache Kafka 3.8.x
42+
String confluentKafkaVersion = '7.8.0'
43+
String apacheKafkaVersion = '3.8.1'
4444

4545
repositories {
4646
mavenCentral()

docs/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:plugin: kafka
22
:type: integration
33
:no_codec:
4-
:kafka_client: 3.7.1
4+
:kafka_client: 3.8.1
55

66
///////////////////////////////////////////
77
START - GENERATED VARIABLES, DO NOT EDIT!

docs/input-kafka.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
:plugin: kafka
33
:type: input
44
:default_codec: plain
5-
:kafka_client: 3.7
6-
:kafka_client_doc: 37
5+
:kafka_client: 3.8.1
6+
:kafka_client_doc: 38
77

88
///////////////////////////////////////////
99
START - GENERATED VARIABLES, DO NOT EDIT!

docs/output-kafka.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
:plugin: kafka
33
:type: output
44
:default_codec: plain
5-
:kafka_client: 3.7
6-
:kafka_client_doc: 37
5+
:kafka_client: 3.8.1
6+
:kafka_client_doc: 38
77

88
///////////////////////////////////////////
99
START - GENERATED VARIABLES, DO NOT EDIT!

logstash-integration-kafka.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-integration-kafka'
3-
s.version = '11.5.3'
3+
s.version = '11.5.4'
44
s.licenses = ['Apache-2.0']
55
s.summary = "Integration with Kafka - input and output plugins"
66
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline "+

0 commit comments

Comments
 (0)