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 ff162ca8731 HIVE-29349: upgrade testcontainers to support docker
desktop 29+ (#6580)
ff162ca8731 is described below
commit ff162ca873126600fb5b94b72d4644c5fc9de409
Author: InvisibleProgrammer <[email protected]>
AuthorDate: Thu Jul 9 07:33:43 2026 +0200
HIVE-29349: upgrade testcontainers to support docker desktop 29+ (#6580)
---
pom.xml | 2 +-
standalone-metastore/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4481607165d..b7471070382 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,7 @@
<tez.version>0.10.5</tez.version>
<super-csv.version>2.2.0</super-csv.version>
<tempus-fugit.version>1.1</tempus-fugit.version>
- <testcontainers.version>1.21.3</testcontainers.version>
+ <testcontainers.version>1.21.4</testcontainers.version>
<snappy.version>1.1.10.4</snappy.version>
<jersey-wadl-doclet.version>4.0.0-M2</jersey-wadl-doclet.version>
<jaxb-runtime.version>4.0.0-M2</jaxb-runtime.version>
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 2eb75caf928..dc25fe3410a 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -129,7 +129,7 @@
<spring.version>5.3.39</spring.version>
<spring-boot.version>2.7.18</spring-boot.version>
<spring.ldap.version>2.4.4</spring.ldap.version>
- <testcontainers.version>1.21.3</testcontainers.version>
+ <testcontainers.version>1.21.4</testcontainers.version>
<!-- Thrift properties -->
<thrift.home>you-must-set-this-to-run-thrift</thrift.home>
<thrift.gen.dir>${basedir}/src/gen/thrift</thrift.gen.dir>