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 08:01:07 UTC

[iotdb] branch rel/0.13 updated: Bump airline from 0.8 to 0.9 (#4110) (#5487)

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

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


The following commit(s) were added to refs/heads/rel/0.13 by this push:
     new ca6337628b Bump airline from 0.8 to 0.9 (#4110) (#5487)
ca6337628b is described below

commit ca6337628bba945206249cb51bfb9d10ecc8cf45
Author: Haonan <hh...@outlook.com>
AuthorDate: Tue Apr 12 16:01:01 2022 +0800

    Bump airline from 0.8 to 0.9 (#4110) (#5487)
    
    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>
    
    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>