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 <bodorlaszlo0...@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 <k...@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>

Reply via email to