This is an automated email from the ASF dual-hosted git repository. obermeier pushed a commit to branch obermeier-patch-1 in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 6692ddddffafaf7b491424b26c1b84121e8404f0 Author: Stefan Obermeier <[email protected]> AuthorDate: Sat Nov 29 20:32:29 2025 +0100 [#4000] Update testcontainers version to 2.0.2 Using Docker 29.0.0 causes tests to fail due to a Docker API version change. --- streampipes-integration-tests/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/streampipes-integration-tests/pom.xml b/streampipes-integration-tests/pom.xml index 7f9e3d7ac4..0e86d8f486 100644 --- a/streampipes-integration-tests/pom.xml +++ b/streampipes-integration-tests/pom.xml @@ -108,7 +108,7 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> - <version>1.21.3</version> + <version>2.0.2</version> <scope>test</scope> </dependency> <dependency> @@ -196,4 +196,4 @@ </build> </profile> </profiles> -</project> \ No newline at end of file +</project>
