Skip to content

Commit 64faa98

Browse files
authored
deps: update dependency org.testcontainers:testcontainers-bom to v2 (#2255)
1 parent 71441f7 commit 64faa98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/spring-data-mybatis/googlesql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.testcontainers</groupId>
5151
<artifactId>testcontainers-bom</artifactId>
52-
<version>1.21.3</version>
52+
<version>2.0.1</version>
5353
<scope>import</scope>
5454
<type>pom</type>
5555
</dependency>

samples/spring-data-mybatis/postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.testcontainers</groupId>
4444
<artifactId>testcontainers-bom</artifactId>
45-
<version>1.21.3</version>
45+
<version>2.0.1</version>
4646
<scope>import</scope>
4747
<type>pom</type>
4848
</dependency>

0 commit comments

Comments
 (0)