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/05 02:16:34 UTC

[iotdb] branch master updated: Bump protobuf-java from 3.0.0-beta-1 to 3.16.3 in /hive-connector (#7514)

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 121a25cdb6 Bump protobuf-java from 3.0.0-beta-1 to 3.16.3 in /hive-connector (#7514)
121a25cdb6 is described below

commit 121a25cdb6a076776154f9e14bcad30fb641a4e0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 5 10:16:28 2022 +0800

    Bump protobuf-java from 3.0.0-beta-1 to 3.16.3 in /hive-connector (#7514)
    
    Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.0.0-beta-1 to 3.16.3.
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
    - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.0.0-beta-1...v3.16.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      dependency-type: direct:production
    ...
    
    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>
---
 hive-connector/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml
index 0b3ce868b5..88842f0934 100644
--- a/hive-connector/pom.xml
+++ b/hive-connector/pom.xml
@@ -158,7 +158,7 @@
             <dependency>
                 <groupId>com.google.protobuf</groupId>
                 <artifactId>protobuf-java</artifactId>
-                <version>3.0.0-beta-1</version>
+                <version>3.16.3</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>