You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/10/15 05:41:23 UTC

[iotdb] branch master updated: update org.apache.kafka:kafka_2.13 2.8.1 to 2.8.2 (#7606)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 928e01fae3 update org.apache.kafka:kafka_2.13 2.8.1 to 2.8.2 (#7606)
928e01fae3 is described below

commit 928e01fae316bc26f573c1ad88a851c05c499d41
Author: lxxyyds <11...@users.noreply.github.com>
AuthorDate: Sat Oct 15 13:41:16 2022 +0800

    update org.apache.kafka:kafka_2.13 2.8.1 to 2.8.2 (#7606)
---
 example/kafka/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml
index 72ee39c193..ff810abc01 100644
--- a/example/kafka/pom.xml
+++ b/example/kafka/pom.xml
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>org.apache.kafka</groupId>
             <artifactId>kafka_2.13</artifactId>
-            <version>2.8.1</version>
+            <version>2.8.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>