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/08/16 09:27:05 UTC

[iotdb] branch master updated: Bump kafka_2.10 from 0.8.2.0 to 0.8.2.2 (#6881)

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 ea4bbfe7cb Bump kafka_2.10 from 0.8.2.0 to 0.8.2.2 (#6881)
ea4bbfe7cb is described below

commit ea4bbfe7cbe47f55c12287f46f0f85dfe63aef74
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Aug 16 17:26:58 2022 +0800

    Bump kafka_2.10 from 0.8.2.0 to 0.8.2.2 (#6881)
    
    Bumps kafka_2.10 from 0.8.2.0 to 0.8.2.2.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.kafka:kafka_2.10
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 example/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/pom.xml b/example/pom.xml
index af7e441eb2..53d5c9e087 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -67,7 +67,7 @@
             <dependency>
                 <groupId>org.apache.kafka</groupId>
                 <artifactId>kafka_2.10</artifactId>
-                <version>0.8.2.0</version>
+                <version>0.8.2.2</version>
                 <exclusions>
                     <exclusion>
                         <groupId>org.slf4j</groupId>