Skip to content

Commit 35f6c06

Browse files
Update testcontainers-java monorepo to v1.20.0
1 parent 4fc294f commit 35f6c06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
122122
<dependency>
123123
<groupId>org.testcontainers</groupId>
124124
<artifactId>testcontainers</artifactId>
125-
<version>1.19.8</version>
125+
<version>1.20.0</version>
126126
<scope>test</scope>
127127
<exclusions>
128128
<exclusion>
@@ -138,19 +138,19 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
138138
<dependency>
139139
<groupId>org.testcontainers</groupId>
140140
<artifactId>postgresql</artifactId>
141-
<version>1.19.8</version>
141+
<version>1.20.0</version>
142142
<scope>test</scope>
143143
</dependency>
144144
<dependency>
145145
<groupId>org.testcontainers</groupId>
146146
<artifactId>mysql</artifactId>
147-
<version>1.19.8</version>
147+
<version>1.20.0</version>
148148
<scope>test</scope>
149149
</dependency>
150150
<dependency>
151151
<groupId>org.testcontainers</groupId>
152152
<artifactId>junit-jupiter</artifactId>
153-
<version>1.19.8</version>
153+
<version>1.20.0</version>
154154
<scope>test</scope>
155155
</dependency>
156156
<dependency>

0 commit comments

Comments
 (0)