This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 648e0c8e83 [#4000] Update testcontainers version to 2.0.2 (#4001)
648e0c8e83 is described below
commit 648e0c8e839f798e922191d383435a9360f60ae8
Author: Stefan Obermeier <[email protected]>
AuthorDate: Thu Dec 4 14:21:18 2025 +0100
[#4000] Update testcontainers version to 2.0.2 (#4001)
Co-authored-by: Philipp Zehnder <[email protected]>
---
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>