File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change 44
44
<sonar .tests>src/test/java,src/test/kotlin</sonar .tests>
45
45
<jacoco .version>0.8.5</jacoco .version>
46
46
<kotlin .code.style>official</kotlin .code.style>
47
+ <test .containers.version>1.14.3</test .containers.version>
47
48
</properties >
48
49
49
50
<build >
165
166
</plugins >
166
167
</reporting >
167
168
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
-
180
169
<dependencies >
181
170
<dependency >
182
171
<groupId >org.jetbrains.kotlin</groupId >
268
257
<dependency >
269
258
<groupId >org.testcontainers</groupId >
270
259
<artifactId >postgresql</artifactId >
260
+ <version >${test.containers.version} </version >
271
261
<scope >test</scope >
272
262
</dependency >
273
263
<dependency >
274
264
<groupId >org.testcontainers</groupId >
275
265
<artifactId >junit-jupiter</artifactId >
266
+ <version >${test.containers.version} </version >
276
267
<scope >test</scope >
277
268
</dependency >
278
269
<dependency >
279
270
<groupId >org.postgresql</groupId >
280
271
<artifactId >postgresql</artifactId >
281
- <version >42.2.10 </version >
272
+ <version >42.2.14 </version >
282
273
<scope >test</scope >
283
274
</dependency >
284
275
</dependencies >
You can’t perform that action at this time.
0 commit comments