Skip to content

Commit 1ffb175

Browse files
committed
Update org.testcontainers to v2.0.5
1 parent 37c3a74 commit 1ffb175

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

advanced-demo/integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.testcontainers</groupId>
8181
<artifactId>testcontainers-bom</artifactId>
82-
<version>2.0.4</version>
82+
<version>2.0.5</version>
8383
<type>pom</type>
8484
<scope>import</scope>
8585
</dependency>

base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.testcontainers</groupId>
5656
<artifactId>testcontainers</artifactId>
57-
<version>2.0.4</version>
57+
<version>2.0.5</version>
5858
<scope>compile</scope>
5959
</dependency>
6060

db-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.testcontainers</groupId>
6161
<artifactId>testcontainers-jdbc</artifactId>
62-
<version>2.0.4</version>
62+
<version>2.0.5</version>
6363
</dependency>
6464

6565
<dependency>

0 commit comments

Comments
 (0)