|
121 | 121 | <artifactId>javalin-testtools</artifactId> |
122 | 122 | <version>5.5.0</version> |
123 | 123 | <scope>test</scope> |
124 | | - <exclusions> |
125 | | - <exclusion> |
126 | | - <artifactId>okhttp</artifactId> |
127 | | - <groupId>com.squareup.okhttp3</groupId> |
128 | | - </exclusion> |
129 | | - </exclusions> |
130 | 124 | </dependency> |
131 | 125 | <dependency> |
132 | 126 | <groupId>io.debezium</groupId> |
|
162 | 156 | <artifactId>oracle-xe</artifactId> |
163 | 157 | <groupId>org.testcontainers</groupId> |
164 | 158 | </exclusion> |
165 | | - <exclusion> |
166 | | - <artifactId>junit-platform-launcher</artifactId> |
167 | | - <groupId>org.junit.platform</groupId> |
168 | | - </exclusion> |
169 | 159 | <exclusion> |
170 | 160 | <artifactId>junit-jupiter</artifactId> |
171 | 161 | <groupId>org.junit.jupiter</groupId> |
|
174 | 164 | <artifactId>quarkus-test-common</artifactId> |
175 | 165 | <groupId>io.quarkus</groupId> |
176 | 166 | </exclusion> |
177 | | - <exclusion> |
178 | | - <artifactId>okhttp</artifactId> |
179 | | - <groupId>com.squareup.okhttp3</groupId> |
180 | | - </exclusion> |
181 | 167 | </exclusions> |
182 | 168 | </dependency> |
183 | 169 | <dependency> |
|
207 | 193 | <dependency> |
208 | 194 | <groupId>org.testcontainers</groupId> |
209 | 195 | <artifactId>testcontainers</artifactId> |
210 | | - <version>1.19.1</version> |
| 196 | + <version>1.20.4</version> |
211 | 197 | <scope>test</scope> |
212 | 198 | <exclusions> |
213 | 199 | <exclusion> |
|
231 | 217 | <dependency> |
232 | 218 | <groupId>org.testcontainers</groupId> |
233 | 219 | <artifactId>jdbc</artifactId> |
234 | | - <version>1.19.1</version> |
| 220 | + <version>1.20.4</version> |
235 | 221 | <scope>test</scope> |
236 | 222 | <exclusions> |
237 | 223 | <exclusion> |
|
243 | 229 | <dependency> |
244 | 230 | <groupId>org.testcontainers</groupId> |
245 | 231 | <artifactId>junit-jupiter</artifactId> |
246 | | - <version>1.19.1</version> |
| 232 | + <version>1.20.4</version> |
247 | 233 | <scope>test</scope> |
248 | 234 | </dependency> |
249 | 235 | <dependency> |
250 | 236 | <groupId>org.testcontainers</groupId> |
251 | 237 | <artifactId>clickhouse</artifactId> |
252 | | - <version>1.19.1</version> |
| 238 | + <version>1.20.4</version> |
253 | 239 | <scope>test</scope> |
254 | 240 | </dependency> |
255 | 241 | <dependency> |
256 | 242 | <groupId>org.testcontainers</groupId> |
257 | 243 | <artifactId>mysql</artifactId> |
258 | | - <version>1.19.1</version> |
| 244 | + <version>1.20.4</version> |
259 | 245 | <scope>test</scope> |
260 | 246 | </dependency> |
261 | 247 | <dependency> |
262 | 248 | <groupId>org.testcontainers</groupId> |
263 | 249 | <artifactId>postgresql</artifactId> |
264 | | - <version>1.19.1</version> |
| 250 | + <version>1.20.4</version> |
265 | 251 | <scope>test</scope> |
266 | 252 | </dependency> |
267 | 253 | <dependency> |
268 | 254 | <groupId>org.testcontainers</groupId> |
269 | 255 | <artifactId>mariadb</artifactId> |
270 | | - <version>1.19.1</version> |
| 256 | + <version>1.20.4</version> |
271 | 257 | <scope>test</scope> |
272 | 258 | </dependency> |
273 | 259 | <dependency> |
274 | 260 | <groupId>org.testcontainers</groupId> |
275 | 261 | <artifactId>mongodb</artifactId> |
276 | | - <version>1.19.1</version> |
| 262 | + <version>1.20.4</version> |
277 | 263 | <scope>test</scope> |
278 | 264 | </dependency> |
279 | 265 | <dependency> |
|
289 | 275 | <version>5.8.1</version> |
290 | 276 | <scope>test</scope> |
291 | 277 | <exclusions> |
292 | | - <exclusion> |
293 | | - <artifactId>junit-platform-engine</artifactId> |
294 | | - <groupId>org.junit.platform</groupId> |
295 | | - </exclusion> |
296 | 278 | <exclusion> |
297 | 279 | <artifactId>junit-jupiter-api</artifactId> |
298 | 280 | <groupId>org.junit.jupiter</groupId> |
|
317 | 299 | <artifactId>junit-jupiter-api</artifactId> |
318 | 300 | <groupId>org.junit.jupiter</groupId> |
319 | 301 | </exclusion> |
| 302 | + </exclusions> |
| 303 | + </dependency> |
| 304 | + <dependency> |
| 305 | + <groupId>org.junit.platform</groupId> |
| 306 | + <artifactId>junit-platform-launcher</artifactId> |
| 307 | + <version>1.8.2</version> |
| 308 | + <scope>test</scope> |
| 309 | + <exclusions> |
| 310 | + <exclusion> |
| 311 | + <artifactId>apiguardian-api</artifactId> |
| 312 | + <groupId>org.apiguardian</groupId> |
| 313 | + </exclusion> |
| 314 | + </exclusions> |
| 315 | + </dependency> |
| 316 | + <dependency> |
| 317 | + <groupId>org.junit.platform</groupId> |
| 318 | + <artifactId>junit-platform-engine</artifactId> |
| 319 | + <version>1.8.2</version> |
| 320 | + <scope>test</scope> |
| 321 | + <exclusions> |
| 322 | + <exclusion> |
| 323 | + <artifactId>opentest4j</artifactId> |
| 324 | + <groupId>org.opentest4j</groupId> |
| 325 | + </exclusion> |
320 | 326 | <exclusion> |
321 | | - <artifactId>junit-platform-launcher</artifactId> |
| 327 | + <artifactId>junit-platform-commons</artifactId> |
322 | 328 | <groupId>org.junit.platform</groupId> |
323 | 329 | </exclusion> |
| 330 | + <exclusion> |
| 331 | + <artifactId>apiguardian-api</artifactId> |
| 332 | + <groupId>org.apiguardian</groupId> |
| 333 | + </exclusion> |
324 | 334 | </exclusions> |
325 | 335 | </dependency> |
326 | 336 | <dependency> |
|
356 | 366 | <properties> |
357 | 367 | <quarkus.platform.version>2.14.0.Final</quarkus.platform.version> |
358 | 368 | <quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id> |
359 | | - <version.testcontainers>1.19.1</version.testcontainers> |
| 369 | + <version.testcontainers>1.20.4</version.testcontainers> |
360 | 370 | <surefire-plugin.version>3.0.0-M7</surefire-plugin.version> |
361 | 371 | <version.kafka>3.8.0</version.kafka> |
362 | 372 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
0 commit comments