This is an automated email from the ASF dual-hosted git repository.
zabetak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new dfc3689ab08 HIVE-26173: Upgrade derby to 10.14.2.0 (Hemanth Boyina,
reviewed by Stamatis Zampetakis)
dfc3689ab08 is described below
commit dfc3689ab0828dc51d1cbce1c7cb590619eca816
Author: hemanthboyina <[email protected]>
AuthorDate: Mon Apr 25 22:50:12 2022 +0530
HIVE-26173: Upgrade derby to 10.14.2.0 (Hemanth Boyina, reviewed by
Stamatis Zampetakis)
Closes #3243
---
pom.xml | 2 +-
standalone-metastore/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index dd6ab89a461..bc4e5fa1d83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
<commons-math3.version>3.6.1</commons-math3.version>
<commons-dbcp2.version>2.7.0</commons-dbcp2.version>
<commons-text.version>1.8</commons-text.version>
- <derby.version>10.14.1.0</derby.version>
+ <derby.version>10.14.2.0</derby.version>
<dropwizard.version>3.1.0</dropwizard.version>
<dropwizard-metrics-hadoop-metrics2-reporter.version>0.1.2</dropwizard-metrics-hadoop-metrics2-reporter.version>
<druid.version>0.17.1</druid.version>
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index b64d68fe211..1599907c63c 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -65,7 +65,7 @@
<datanucleus-core.version>5.2.10</datanucleus-core.version>
<datanucleus-jdo.version>3.2.0-release</datanucleus-jdo.version>
<datanucleus-rdbms.version>5.2.10</datanucleus-rdbms.version>
- <derby.version>10.14.1.0</derby.version>
+ <derby.version>10.14.2.0</derby.version>
<mariadb.version>2.5.0</mariadb.version>
<mssql.version>6.2.1.jre8</mssql.version>
<mysql.version>8.0.27</mysql.version>