This is an automated email from the ASF dual-hosted git repository.
ayushsaxena 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 5a44a062cd9 HIVE-29480: Upgrade commons-dbcp:commons-dbcp to 2.14.0
(#6346)
5a44a062cd9 is described below
commit 5a44a062cd9c95197b273b6661821b282e44f17b
Author: illiabarbashov-sketch <[email protected]>
AuthorDate: Fri Mar 13 06:28:20 2026 +0100
HIVE-29480: Upgrade commons-dbcp:commons-dbcp to 2.14.0 (#6346)
---
pom.xml | 2 +-
standalone-metastore/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 744e434b9a0..084b007a4b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
<commons-io.version>2.16.1</commons-io.version>
<commons-lang3.version>3.17.0</commons-lang3.version>
<commons-math3.version>3.6.1</commons-math3.version>
- <commons-dbcp2.version>2.12.0</commons-dbcp2.version>
+ <commons-dbcp2.version>2.14.0</commons-dbcp2.version>
<commons-text.version>1.10.0</commons-text.version>
<derby.version>10.17.1.0</derby.version>
<dropwizard.version>3.1.0</dropwizard.version>
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 991cb6c20a4..b1045ec5465 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -68,7 +68,7 @@
<checkstyle.version>11.1.0</checkstyle.version>
<commons-collections4.version>4.4</commons-collections4.version>
<commons-lang3.version>3.17.0</commons-lang3.version>
- <commons-dbcp2.version>2.12.0</commons-dbcp2.version>
+ <commons-dbcp2.version>2.14.0</commons-dbcp2.version>
<datasketches.version>2.0.0</datasketches.version>
<datanucleus-api-jdo.version>6.0.3</datanucleus-api-jdo.version>
<datanucleus-core.version>6.0.10</datanucleus-core.version>