This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new d196994db9 Bump Kafka from 2.8.1 to 2.8.2 (#13775)
d196994db9 is described below
commit d196994db9df44980738e633746cd317ad4a5d8a
Author: Xiaotian (Jackie) Jiang <[email protected]>
AuthorDate: Wed Aug 7 15:24:06 2024 -0700
Bump Kafka from 2.8.1 to 2.8.2 (#13775)
---
pinot-compatibility-verifier/pom.xml | 2 +-
pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml | 2 +-
pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml | 2 +-
pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pinot-compatibility-verifier/pom.xml
b/pinot-compatibility-verifier/pom.xml
index 916e794abc..3ed1045eac 100644
--- a/pinot-compatibility-verifier/pom.xml
+++ b/pinot-compatibility-verifier/pom.xml
@@ -34,7 +34,7 @@
<properties>
<pinot.root>${basedir}/..</pinot.root>
- <kafka.lib.version>2.8.1</kafka.lib.version>
+ <kafka.lib.version>2.8.2</kafka.lib.version>
</properties>
<build>
diff --git a/pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml
b/pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml
index 336f252b35..31922ef05f 100644
--- a/pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml
+++ b/pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml
@@ -33,7 +33,7 @@
<url>https://pinot.apache.org/</url>
<properties>
<pinot.root>${basedir}/../../..</pinot.root>
- <kafka.lib.version>2.8.1</kafka.lib.version>
+ <kafka.lib.version>2.8.2</kafka.lib.version>
<shade.phase.prop>package</shade.phase.prop>
</properties>
<repositories>
diff --git a/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml
b/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml
index fed929bc57..552f1050b4 100644
--- a/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml
+++ b/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml
@@ -34,7 +34,7 @@
<url>https://pinot.apache.org/</url>
<properties>
<pinot.root>${basedir}/../../..</pinot.root>
- <kafka.lib.version>2.8.1</kafka.lib.version>
+ <kafka.lib.version>2.8.2</kafka.lib.version>
<testcontainers.version>1.20.1</testcontainers.version>
<shade.phase.prop>package</shade.phase.prop>
</properties>
diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/pom.xml
b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/pom.xml
index 3fe8ff1c67..5f2b5ea479 100644
--- a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/pom.xml
+++ b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/pom.xml
@@ -33,7 +33,7 @@
<url>https://pinot.apache.org/</url>
<properties>
<pinot.root>${basedir}/../../..</pinot.root>
- <kafka.lib.version>2.8.1</kafka.lib.version>
+ <kafka.lib.version>2.8.2</kafka.lib.version>
<shade.phase.prop>package</shade.phase.prop>
</properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]