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

kfaraz 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 79f86a0511 Upgrade ORC to 1.7.4 (#12572)
79f86a0511 is described below

commit 79f86a051103991a164af5757ecf5cab5a30fe46
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat May 28 05:14:36 2022 -0700

    Upgrade ORC to 1.7.4 (#12572)
    
    This commit upgrades Apache ORC library from 1.7.2 to 1.7.4.
    Apache ORC 1.7.4 is the maintenance release with the following bug fixes.
    
    https://orc.apache.org/news/2022/04/15/ORC-1.7.4/
    https://github.com/apache/orc/releases/tag/v1.7.4
---
 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 8dfb21e712..4ba56e3b7e 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.7.2</orc.version>
+        <orc.version>1.7.4</orc.version>
     </properties>
     <dependencies>
         <dependency>
diff --git a/licenses.yaml b/licenses.yaml
index 21a510f08a..68ef74ca8a 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -4567,7 +4567,7 @@ name: Apache ORC libraries
 license_category: binary
 module: extensions/druid-orc-extensions
 license_name: Apache License version 2.0
-version: 1.7.2
+version: 1.7.4
 libraries:
   - org.apache.orc: orc-mapreduce
   - org.apache.orc: orc-core


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to