Skip to content

Commit 1853b95

Browse files
authored
updated to avro 1.11.4 and confluent kafka 7.4.7 (#184)
1 parent 7786c5e commit 1853b95

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 11.5.2
2+
- Update avro to 1.11.4 and confluent kafka to 7.4.7 [#184](https://github.com/logstash-plugins/logstash-integration-kafka/pull/184)
3+
14
## 11.5.1
25
- Specify that only headers with UTF-8 encoded values are supported in extended decoration [#174](https://github.com/logstash-plugins/logstash-integration-kafka/pull/174)
36

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ java {
3939

4040
// given https://docs.confluent.io/current/installation/versions-interoperability.html matrix
4141
// Confluent Platform 7.4.x is Apache Kafka 3.4.x
42-
String confluentKafkaVersion = '7.4.0'
42+
String confluentKafkaVersion = '7.4.7'
4343
String apacheKafkaVersion = '3.4.1'
4444

4545
repositories {
@@ -59,7 +59,7 @@ dependencies {
5959
exclude group: 'org.apache.kafka', module:'kafka-clients'
6060
}
6161
// dependency of kafka-avro-serializer
62-
implementation 'org.apache.avro:avro:1.11.3'
62+
implementation 'org.apache.avro:avro:1.11.4'
6363
// dependency of kafka-avro-serializer
6464
implementation("io.confluent:kafka-schema-registry-client:${confluentKafkaVersion}") {
6565
exclude group: 'org.apache.kafka', module:'kafka-clients'

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.1'
3+
s.version = '11.5.2'
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)