Skip to content

Commit 1be5c3e

Browse files
authored
[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: testcontainers/testcontainers-java#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 <chanholee@apache.org>
1 parent 08fa86a commit 1be5c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
<plugin.source.version>3.2.1</plugin.source.version>
180180
<plugin.os.version>1.4.1.Final</plugin.os.version>
181181

182-
<testcontainers.version>1.19.0</testcontainers.version>
182+
<testcontainers.version>1.21.4</testcontainers.version>
183183

184184
<MaxMetaspace>512m</MaxMetaspace>
185185

0 commit comments

Comments
 (0)