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 2023/02/10 07:28:09 UTC

[iotdb] branch master updated: Bump commons-compress from 1.9 to 1.21 in /hive-connector (#9037)

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 6571374982 Bump commons-compress from 1.9 to 1.21 in /hive-connector (#9037)
6571374982 is described below

commit 65713749824b370f839b524427c74e64ca6ec890
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 10 15:28:03 2023 +0800

    Bump commons-compress from 1.9 to 1.21 in /hive-connector (#9037)
    
    Bumps commons-compress from 1.9 to 1.21.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-compress
      dependency-type: direct:production
    ...
    
    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 62ade3588d..098cf24e81 100644
--- a/hive-connector/pom.xml
+++ b/hive-connector/pom.xml
@@ -123,7 +123,7 @@
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-compress</artifactId>
-                <version>1.9</version>
+                <version>1.21</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.hadoop</groupId>