You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2019/04/02 09:16:47 UTC

[hive] 01/02: HIVE-21553: Upgrade derby version in standalone-metastore (Laszlo Bodor via Zoltan Haindrich)

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

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

commit a61c0269a0d4c16b839bd4cb50cc6e48a05c04a9
Author: Laszlo Bodor <bo...@gmail.com>
AuthorDate: Tue Apr 2 10:43:56 2019 +0200

    HIVE-21553: Upgrade derby version in standalone-metastore (Laszlo Bodor via Zoltan Haindrich)
    
    Signed-off-by: Zoltan Haindrich <ki...@rxd.hu>
---
 standalone-metastore/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index f911c0d..fdebd8f 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -75,7 +75,7 @@
     <datanucleus-core.version>4.1.17</datanucleus-core.version>
     <datanucleus-jdo.version>3.2.0-m3</datanucleus-jdo.version>
     <datanucleus-rdbms.version>4.1.19</datanucleus-rdbms.version>
-    <derby.version>10.10.2.0</derby.version>
+    <derby.version>10.14.1.0</derby.version>
     <dropwizard-metrics-hadoop-metrics2-reporter.version>0.1.2
     </dropwizard-metrics-hadoop-metrics2-reporter.version>
     <dropwizard.version>3.1.0</dropwizard.version>