diff --git a/Jenkinsfile b/Jenkinsfile
index c2da8e93e9a3..3100b520e026 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -146,7 +146,7 @@ def hdbPodTemplate(closure) {
envVar(key: 'DOCKER_CERT_PATH', value: '/certs/client')
]
),
- containerTemplate(name: 'dind', image: 'docker:20.10-dind',
+ containerTemplate(name: 'dind', image: 'docker:29.1.1-dind',
alwaysPullImage: true,
privileged: true,
envVars: [
diff --git a/itests/util/pom.xml b/itests/util/pom.xml
index 7c26283e5025..ab6a479e7536 100644
--- a/itests/util/pom.xml
+++ b/itests/util/pom.xml
@@ -199,23 +199,23 @@
org.testcontainers
- mariadb
+ testcontainers-mariadb
org.testcontainers
- mysql
+ testcontainers-mysql
org.testcontainers
- postgresql
+ testcontainers-postgresql
org.testcontainers
- oracle-xe
+ testcontainers-oracle-xe
org.testcontainers
- mssqlserver
+ testcontainers-mssqlserver
org.apache.hadoop
diff --git a/pom.xml b/pom.xml
index 7e71f09e31ca..92cd003b3cb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,7 +210,7 @@
0.10.5
2.2.0
1.1
- 1.21.3
+ 2.0.2
1.1.10.4
4.0.0-M2
4.0.0-M2
@@ -1482,27 +1482,27 @@
org.testcontainers
- mariadb
+ testcontainers-mariadb
${testcontainers.version}
org.testcontainers
- mysql
+ testcontainers-mysql
${testcontainers.version}
org.testcontainers
- postgresql
+ testcontainers-postgresql
${testcontainers.version}
org.testcontainers
- oracle-xe
+ testcontainers-oracle-xe
${testcontainers.version}
org.testcontainers
- mssqlserver
+ testcontainers-mssqlserver
${testcontainers.version}
diff --git a/ql/pom.xml b/ql/pom.xml
index 2219df73edd8..2c32edefeb0a 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -539,12 +539,12 @@
org.testcontainers
- mariadb
+ testcontainers-mariadb
test
org.testcontainers
- mysql
+ testcontainers-mysql
test
@@ -554,12 +554,12 @@
org.testcontainers
- oracle-xe
+ testcontainers-oracle-xe
test
org.testcontainers
- mssqlserver
+ testcontainers-mssqlserver
test
diff --git a/standalone-metastore/metastore-server/pom.xml b/standalone-metastore/metastore-server/pom.xml
index 67235d031616..52b901186d98 100644
--- a/standalone-metastore/metastore-server/pom.xml
+++ b/standalone-metastore/metastore-server/pom.xml
@@ -443,27 +443,27 @@
org.testcontainers
- mariadb
+ testcontainers-mariadb
test
org.testcontainers
- mysql
+ testcontainers-mysql
test
org.testcontainers
- postgresql
+ testcontainers-postgresql
test
org.testcontainers
- oracle-xe
+ testcontainers-oracle-xe
test
org.testcontainers
- mssqlserver
+ testcontainers-mssqlserver
test
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index ba7f853af347..04332ea3ee81 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -125,7 +125,7 @@
5.3.39
2.4.4
- 1.21.3
+ 2.0.2
you-must-set-this-to-run-thrift
${basedir}/src/gen/thrift
@@ -548,27 +548,27 @@
org.testcontainers
- mariadb
+ testcontainers-mariadb
${testcontainers.version}
org.testcontainers
- mysql
+ testcontainers-mysql
${testcontainers.version}
org.testcontainers
- postgresql
+ testcontainers-postgresql
${testcontainers.version}
org.testcontainers
- oracle-xe
+ testcontainers-oracle-xe
${testcontainers.version}
org.testcontainers
- mssqlserver
+ testcontainers-mssqlserver
${testcontainers.version}