Skip to content

Commit

Permalink
bump kafka-client to 3.8.1 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd authored Dec 18, 2024
1 parent 947d59e commit 3b5789c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Unreleased
- Removed Jar Dependencies dependency [#187](https://github.com/logstash-plugins/logstash-integration-kafka/pull/187)
## 11.5.4
- Update kafka client to 3.8.1 and transitive dependencies [#188](https://github.com/logstash-plugins/logstash-integration-kafka/pull/188)
- Removed Jar Dependencies dependency [#187](https://github.com/logstash-plugins/logstash-integration-kafka/pull/187)

## 11.5.3
- Update kafka client to 3.7.1 and transitive dependencies [#186](https://github.com/logstash-plugins/logstash-integration-kafka/pull/186)
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ java {
}

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

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion docs/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:plugin: kafka
:type: integration
:no_codec:
:kafka_client: 3.7.1
:kafka_client: 3.8.1

///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
Expand Down
4 changes: 2 additions & 2 deletions docs/input-kafka.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
:plugin: kafka
:type: input
:default_codec: plain
:kafka_client: 3.7
:kafka_client_doc: 37
:kafka_client: 3.8.1
:kafka_client_doc: 38

///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
Expand Down
4 changes: 2 additions & 2 deletions docs/output-kafka.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
:plugin: kafka
:type: output
:default_codec: plain
:kafka_client: 3.7
:kafka_client_doc: 37
:kafka_client: 3.8.1
:kafka_client_doc: 38

///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
Expand Down
2 changes: 1 addition & 1 deletion logstash-integration-kafka.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-integration-kafka'
s.version = '11.5.3'
s.version = '11.5.4'
s.licenses = ['Apache-2.0']
s.summary = "Integration with Kafka - input and output plugins"
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline "+
Expand Down

0 comments on commit 3b5789c

Please sign in to comment.