This is an automated email from the ASF dual-hosted git repository.
chanholee pushed a commit to branch branch-0.12
in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.12 by this push:
new e6464ca324 [ZEPPELIN-6397] Bump Testcontainers version to 1.21.4
e6464ca324 is described below
commit e6464ca3246859075f745f441496c39121d6a819
Author: ChanHo Lee <[email protected]>
AuthorDate: Mon Mar 9 23:20:44 2026 +0900
[ZEPPELIN-6397] Bump Testcontainers version to 1.21.4
### What is this PR for?
This PR bumps the testcontainers minor/patch versions.
<img width="2156" height="124" alt="image"
src="https://github.com/user-attachments/assets/1db7118f-98f8-490f-863c-dc9eecc6e7dd"
/>
The interpreter-test-non-core job has been failing intermittently. Based on
the error pattern, this appears related to a compatibility issue between older
Testcontainers versions and newer Docker Engine APIs (see:
https://github.com/testcontainers/testcontainers-java/issues/11212).
Testcontainers released a patch to address this, so this PR updates
Testcontainers to 1.21.4 (release notes:
https://github.com/testcontainers/testcontainers-java/releases/tag/1.21.4).
### What type of PR is it?
Bug Fix
### What is the Jira issue?[
* Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN-6397
### How should this be tested?
Check `interpreter-test-non-core` job.
### Questions:
* Does the license files need to update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Closes #5159 from tbonelee/bump-testcontainers-neo4j.
Signed-off-by: ChanHo Lee <[email protected]>
(cherry picked from commit 1be5c3e70428eb757b9577f40a1a90f7ca82fce1)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cfe17f164f..55a5a5a538 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,7 +179,7 @@
<plugin.source.version>3.2.1</plugin.source.version>
<plugin.os.version>1.4.1.Final</plugin.os.version>
- <testcontainers.version>1.19.0</testcontainers.version>
+ <testcontainers.version>1.21.4</testcontainers.version>
<MaxMetaspace>512m</MaxMetaspace>