Skip to content

Commit 2bb8679

Browse files
Update testcontainers-java monorepo to v1.19.1
1 parent 01b5aa4 commit 2bb8679

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
236236
<dependency>
237237
<groupId>org.testcontainers</groupId>
238238
<artifactId>testcontainers</artifactId>
239-
<version>1.17.6</version>
239+
<version>1.19.1</version>
240240
<scope>test</scope>
241241
<exclusions>
242242
<exclusion>
@@ -248,7 +248,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
248248
<dependency>
249249
<groupId>org.testcontainers</groupId>
250250
<artifactId>junit-jupiter</artifactId>
251-
<version>1.17.6</version>
251+
<version>1.19.1</version>
252252
<scope>test</scope>
253253
</dependency>
254254
<dependency>
@@ -334,7 +334,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
334334
<dependency>
335335
<groupId>org.testcontainers</groupId>
336336
<artifactId>testcontainers-bom</artifactId>
337-
<version>1.17.6</version>
337+
<version>1.19.1</version>
338338
<type>pom</type>
339339
<scope>import</scope>
340340
</dependency>

0 commit comments

Comments
 (0)