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 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments