Skip to content

Commit c1b7c62

Browse files
committed
Dependency updates
1 parent a668283 commit c1b7c62

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

pom.xml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<sonar.tests>src/test/java,src/test/kotlin</sonar.tests>
4545
<jacoco.version>0.8.5</jacoco.version>
4646
<kotlin.code.style>official</kotlin.code.style>
47+
<test.containers.version>1.14.3</test.containers.version>
4748
</properties>
4849

4950
<build>
@@ -165,18 +166,6 @@
165166
</plugins>
166167
</reporting>
167168

168-
<dependencyManagement>
169-
<dependencies>
170-
<dependency>
171-
<groupId>org.testcontainers</groupId>
172-
<artifactId>testcontainers-bom</artifactId>
173-
<version>1.13.0</version>
174-
<type>pom</type>
175-
<scope>import</scope>
176-
</dependency>
177-
</dependencies>
178-
</dependencyManagement>
179-
180169
<dependencies>
181170
<dependency>
182171
<groupId>org.jetbrains.kotlin</groupId>
@@ -268,17 +257,19 @@
268257
<dependency>
269258
<groupId>org.testcontainers</groupId>
270259
<artifactId>postgresql</artifactId>
260+
<version>${test.containers.version}</version>
271261
<scope>test</scope>
272262
</dependency>
273263
<dependency>
274264
<groupId>org.testcontainers</groupId>
275265
<artifactId>junit-jupiter</artifactId>
266+
<version>${test.containers.version}</version>
276267
<scope>test</scope>
277268
</dependency>
278269
<dependency>
279270
<groupId>org.postgresql</groupId>
280271
<artifactId>postgresql</artifactId>
281-
<version>42.2.10</version>
272+
<version>42.2.14</version>
282273
<scope>test</scope>
283274
</dependency>
284275
</dependencies>

0 commit comments

Comments
 (0)