You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ji...@apache.org on 2021/08/01 06:33:23 UTC

[druid] branch master updated: Upgrade ORC to 1.6.9 (#11518)

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

jihoonson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new dbed442  Upgrade ORC to 1.6.9 (#11518)
dbed442 is described below

commit dbed4424b58ca0d43794ec9c0afa14a912e073fe
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Sat Jul 31 23:33:03 2021 -0700

    Upgrade ORC to 1.6.9 (#11518)
---
 extensions-core/orc-extensions/pom.xml |  2 +-
 licenses.yaml                          | 20 +++++++++++++++-----
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/extensions-core/orc-extensions/pom.xml b/extensions-core/orc-extensions/pom.xml
index fe206f2..6fa4236 100644
--- a/extensions-core/orc-extensions/pom.xml
+++ b/extensions-core/orc-extensions/pom.xml
@@ -31,7 +31,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <properties>
-        <orc.version>1.5.10</orc.version>
+        <orc.version>1.6.9</orc.version>
     </properties>
     <dependencies>
         <dependency>
diff --git a/licenses.yaml b/licenses.yaml
index dee7ac3..504bdf0 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -4451,7 +4451,7 @@ name: Apache ORC libraries
 license_category: binary
 module: extensions/druid-orc-extensions
 license_name: Apache License version 2.0
-version: 1.5.10
+version: 1.6.9
 libraries:
   - org.apache.orc: orc-mapreduce
   - org.apache.orc: orc-core
@@ -4459,13 +4459,13 @@ libraries:
 notices:
   - orc-mapreduce: |
       ORC MapReduce
-      Copyright 2013-2019 The Apache Software Foundation
+      Copyright 2013-2021 The Apache Software Foundation
   - orc-core: |
       ORC Core
-      Copyright 2013-2019 The Apache Software Foundation
+      Copyright 2013-2021 The Apache Software Foundation
   - orc-shims: |
       ORC Shims
-      Copyright 2013-2019 The Apache Software Foundation
+      Copyright 2013-2021 The Apache Software Foundation
 
 ---
 
@@ -4487,7 +4487,7 @@ name: aircompressor
 license_category: binary
 module: extensions/druid-orc-extensions
 license_name: Apache License version 2.0
-version: "0.10"
+version: "0.19"
 libraries:
   - io.airlift: aircompressor
 
@@ -4507,6 +4507,16 @@ notices:
 
 ---
 
+name: Jetbrains Annotations
+license_category: binary
+module: extensions/druid-orc-extensions
+license_name: Apache License version 2.0
+version: 17.0.0
+libraries:
+  - org.jetbrains: annotations
+
+---
+
 name: Google Cloud Storage JSON API
 license_category: binary
 module: extensions/druid-google-extensions

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org