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

vivekrai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gobblin.git


The following commit(s) were added to refs/heads/master by this push:
     new fc24ec493f bumped docker testcontainers version (#4168)
fc24ec493f is described below

commit fc24ec493fababdc8167d685734507d6fee18bd4
Author: Gulbarga Adithya Rao <[email protected]>
AuthorDate: Tue Feb 17 22:41:49 2026 +0530

    bumped docker testcontainers version (#4168)
---
 gradle/scripts/dependencyDefinitions.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle/scripts/dependencyDefinitions.gradle 
b/gradle/scripts/dependencyDefinitions.gradle
index da40582331..d4ac3074ff 100644
--- a/gradle/scripts/dependencyDefinitions.gradle
+++ b/gradle/scripts/dependencyDefinitions.gradle
@@ -223,8 +223,8 @@ ext.externalDependency = [
     ],
     "postgresConnector": "org.postgresql:postgresql:42.1.4",
     "tdigest": "com.tdunning:t-digest:3.3",
-    "testContainers": "org.testcontainers:testcontainers:1.17.3",
-    "testContainersMysql": "org.testcontainers:mysql:1.17.3",
+    "testContainers": "org.testcontainers:testcontainers:1.21.4",
+    "testContainersMysql": "org.testcontainers:mysql:1.21.4",
     "xz": "org.tukaani:xz:1.8"
 ]
 

Reply via email to