You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/09/10 01:20:57 UTC

[incubator-druid] branch 0.16.0-incubating updated: Bump ORC library to 1.5.6 (#8405) (#8496)

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

cwylie pushed a commit to branch 0.16.0-incubating
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/0.16.0-incubating by this push:
     new 2ff5532  Bump ORC library to 1.5.6 (#8405) (#8496)
2ff5532 is described below

commit 2ff5532daf68c457942da79f48bf34014d43fe26
Author: Clint Wylie <cw...@apache.org>
AuthorDate: Mon Sep 9 18:20:48 2019 -0700

    Bump ORC library to 1.5.6 (#8405) (#8496)
    
    Changelog at:
    https://orc.apache.org/docs/releases.html#current-release---156
---
 extensions-core/orc-extensions/pom.xml | 2 +-
 licenses.yaml                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extensions-core/orc-extensions/pom.xml b/extensions-core/orc-extensions/pom.xml
index f6d9d62..97c62b0 100644
--- a/extensions-core/orc-extensions/pom.xml
+++ b/extensions-core/orc-extensions/pom.xml
@@ -33,7 +33,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <properties>
-        <orc.version>1.5.5</orc.version>
+        <orc.version>1.5.6</orc.version>
     </properties>
     <dependencies>
         <dependency>
diff --git a/licenses.yaml b/licenses.yaml
index 776612a..f223d7f 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -3880,7 +3880,7 @@ name: Apache ORC libraries
 license_category: binary
 module: extensions/druid-orc-extensions
 license_name: Apache License version 2.0
-version: 1.5.5
+version: 1.5.6
 libraries:
   - org.apache.orc: orc-mapreduce
   - org.apache.orc: orc-core


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