File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 <!-- Test dependencies version -->
6565 <logback .version>1.5.29</logback .version>
6666 <junit .version>6.0.2</junit .version>
67- <testcontainer .version>1.21.4 </testcontainer .version>
67+ <testcontainer .version>2.0.3 </testcontainer .version>
6868 <wiremock .version>3.13.2</wiremock .version>
6969 <mockito .version>5.21.0</mockito .version>
7070 <system .stubs.version>2.1.8</system .stubs.version>
175175 </dependency >
176176 <dependency >
177177 <groupId >org.testcontainers</groupId >
178- <artifactId >junit-jupiter </artifactId >
178+ <artifactId >testcontainers </artifactId >
179179 <version >${testcontainer.version} </version >
180180 </dependency >
181181 <dependency >
182182 <groupId >org.testcontainers</groupId >
183- <artifactId >testcontainers</artifactId >
183+ <artifactId >testcontainers-junit-jupiter </artifactId >
184184 <version >${testcontainer.version} </version >
185185 </dependency >
186186 <dependency >
268268 </dependency >
269269 <dependency >
270270 <groupId >org.testcontainers</groupId >
271- <artifactId >junit-jupiter </artifactId >
271+ <artifactId >testcontainers </artifactId >
272272 <scope >test</scope >
273273 </dependency >
274274 <dependency >
275275 <groupId >org.testcontainers</groupId >
276- <artifactId >testcontainers</artifactId >
276+ <artifactId >testcontainers-junit-jupiter </artifactId >
277277 <scope >test</scope >
278278 </dependency >
279279 <dependency >
You can’t perform that action at this time.
0 commit comments