Update Testcontainers library to version 2 67/142967/4
authorKrupaNagabhushan <krupa.nagabhushan@est.tech>
Tue, 20 Jan 2026 16:05:42 +0000 (16:05 +0000)
committerDaniel Hanrahan <daniel.hanrahan@est.tech>
Mon, 26 Jan 2026 14:02:43 +0000 (14:02 +0000)
Issue-ID: POLICY-5535
Change-Id: I9def3bafc4c0d51e23a8fba68ea97159bf2f4a3b
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
clamp-parent/dependencies/pom.xml
runtime-acm/pom.xml

index 7dba224..3790c7a 100644 (file)
             <dependency>
                 <groupId>org.testcontainers</groupId>
                 <artifactId>testcontainers-bom</artifactId>
-                <version>1.21.3</version>
+                <version>2.0.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 464584d..1b8c2a0 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.testcontainers</groupId>
-            <artifactId>junit-jupiter</artifactId>
+            <artifactId>testcontainers-junit-jupiter</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.testcontainers</groupId>
-            <artifactId>postgresql</artifactId>
+            <artifactId>testcontainers-postgresql</artifactId>
             <scope>test</scope>
         </dependency>
     </dependencies>