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/04/12 06:35:26 UTC

[iotdb] 01/01: Bump airline from 0.8 to 0.9 (#4110)

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

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

commit 49014e3b05953a061a2c71361366b8ea331ad68c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 12 11:40:05 2021 +0800

    Bump airline from 0.8 to 0.9 (#4110)
    
    Bumps [airline](https://github.com/airlift/airline) from 0.8 to 0.9.
    - [Release notes](https://github.com/airlift/airline/releases)
    - [Commits](https://github.com/airlift/airline/compare/0.8...0.9)
    
    ---
    updated-dependencies:
    - dependency-name: io.airlift:airline
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4db4709328..53da67406d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
         <commons.collections4>4.4</commons.collections4>
         <!-- keep consistent with client-cpp/tools/thrift/pom.xml-->
         <thrift.version>0.14.1</thrift.version>
-        <airline.version>0.8</airline.version>
+        <airline.version>0.9</airline.version>
         <jackson.version>2.10.5</jackson.version>
         <antlr4.version>4.8-1</antlr4.version>
         <common.cli.version>1.3.1</common.cli.version>