This is an automated email from the ASF dual-hosted git repository.
ayushtkn 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 97570b9cc22 HIVE-29605: Upgrade datanucleus dependencies (#6475)
97570b9cc22 is described below
commit 97570b9cc22cddcfcc0a79f3c12c0d1e651c567d
Author: Simran Arora <[email protected]>
AuthorDate: Fri May 15 07:57:14 2026 +0530
HIVE-29605: Upgrade datanucleus dependencies (#6475)
---
pom.xml | 6 +++---
standalone-metastore/pom.xml | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index f80deb53553..05507d09a4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,10 +112,10 @@
<avro.version>1.12.0</avro.version>
<bcprov-jdk18on.version>1.82</bcprov-jdk18on.version>
<calcite.version>1.33.0</calcite.version>
- <datanucleus-api-jdo.version>6.0.3</datanucleus-api-jdo.version>
- <datanucleus-core.version>6.0.10</datanucleus-core.version>
+ <datanucleus-api-jdo.version>6.0.5</datanucleus-api-jdo.version>
+ <datanucleus-core.version>6.0.11</datanucleus-core.version>
<datanucleus-jdo.version>3.2.0-release</datanucleus-jdo.version>
- <datanucleus-rdbms.version>6.0.10</datanucleus-rdbms.version>
+ <datanucleus-rdbms.version>6.0.11</datanucleus-rdbms.version>
<checkstyle.version>11.1.0</checkstyle.version>
<commons-cli.version>1.5.0</commons-cli.version>
<commons-codec.version>1.15</commons-codec.version>
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 5eb34a8d4fe..2eb75caf928 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -71,10 +71,10 @@
<commons-lang3.version>3.17.0</commons-lang3.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>
+ <datanucleus-api-jdo.version>6.0.5</datanucleus-api-jdo.version>
+ <datanucleus-core.version>6.0.11</datanucleus-core.version>
<datanucleus-jdo.version>3.2.0-release</datanucleus-jdo.version>
- <datanucleus-rdbms.version>6.0.10</datanucleus-rdbms.version>
+ <datanucleus-rdbms.version>6.0.11</datanucleus-rdbms.version>
<derby.version>10.17.1.0</derby.version>
<mariadb.version>2.5.0</mariadb.version>
<mssql.version>6.2.1.jre8</mssql.version>