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

sunchao pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/branch-2.3 by this push:
     new db4d210e39b HIVE-26173: (2.3) Upgrade derby to 10.14.2.0 (#4895)
db4d210e39b is described below

commit db4d210e39b3f1073484e85304f0c52bcbc65d26
Author: Cheng Pan <pan3...@gmail.com>
AuthorDate: Thu Nov 23 23:17:34 2023 +0800

    HIVE-26173: (2.3) Upgrade derby to 10.14.2.0 (#4895)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 40b1dad77e5..8589825182a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
     <commons-lang3.version>3.1</commons-lang3.version>
     <commons-pool.version>1.5.4</commons-pool.version>
     <commons-dbcp.version>1.4</commons-dbcp.version>
-    <derby.version>10.10.2.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.9.2</druid.version>

Reply via email to