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

fcsaky pushed a commit to branch fix/v3.4-ci
in repository https://gitbox.apache.org/repos/asf/flink-connector-kafka.git

commit e9766d04ba216112f840a62c1f71e704b4d4174b
Author: Aleksandr Savonin <[email protected]>
AuthorDate: Fri Feb 13 17:24:04 2026 +0100

    [hotfix] Update testcontainers dependency to fix Ubuntu - Docker 
compatibility issue
---
 pom.xml                | 2 +-
 tools/releasing/shared | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c5ce35f4..9a0df88e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@ under the License.
         <junit4.version>4.13.2</junit4.version>
         <junit5.version>5.9.1</junit5.version>
         <assertj.version>3.23.1</assertj.version>
-        <testcontainers.version>1.17.2</testcontainers.version>
+        <testcontainers.version>1.21.4</testcontainers.version>
         <mockito.version>3.4.6</mockito.version>
         <powermock.version>2.0.9</powermock.version>
         <hamcrest.version>1.3</hamcrest.version>
diff --git a/tools/releasing/shared b/tools/releasing/shared
index c4115618..d15b90de 160000
--- a/tools/releasing/shared
+++ b/tools/releasing/shared
@@ -1 +1 @@
-Subproject commit c4115618085ac046033368e8e3a7eee59874608f
+Subproject commit d15b90de64799764d814c0b1ab2ee5e5e3baa1db

Reply via email to