|
414 | 414 | <version>2.18.3</version>
|
415 | 415 | <scope>import</scope>
|
416 | 416 | <type>pom</type>
|
417 |
| - </dependency> |
| 417 | + </dependency> |
| 418 | + <dependency> |
| 419 | + <groupId>junit</groupId> |
| 420 | + <artifactId>junit</artifactId> |
| 421 | + <version>4.13.2</version> |
| 422 | + </dependency> |
| 423 | + <dependency> |
| 424 | + <groupId>org.junit</groupId> |
| 425 | + <artifactId>junit-bom</artifactId> |
| 426 | + <version>5.12.1</version> |
| 427 | + <scope>import</scope> |
| 428 | + <type>pom</type> |
| 429 | + </dependency> |
| 430 | + <dependency> |
| 431 | + <groupId>org.hamcrest</groupId> |
| 432 | + <artifactId>hamcrest</artifactId> |
| 433 | + <version>${hamcrest.version}</version> |
| 434 | + </dependency> |
| 435 | + <dependency> |
| 436 | + <groupId>org.hamcrest</groupId> |
| 437 | + <artifactId>hamcrest-core</artifactId> |
| 438 | + <version>${hamcrest.version}</version> |
| 439 | + </dependency> |
| 440 | + <dependency> |
| 441 | + <groupId>org.hamcrest</groupId> |
| 442 | + <artifactId>hamcrest-library</artifactId> |
| 443 | + <version>${hamcrest.version}</version> |
| 444 | + </dependency> |
| 445 | + <dependency> |
| 446 | + <groupId>org.springframework.boot</groupId> |
| 447 | + <artifactId>spring-boot-dependencies</artifactId> |
| 448 | + <version>${spring.boot.version}</version> |
| 449 | + <type>pom</type> |
| 450 | + <scope>import</scope> |
| 451 | + </dependency> |
418 | 452 | </dependencies>
|
419 | 453 | </dependencyManagement>
|
420 | 454 |
|
|
427 | 461 | <dependency>
|
428 | 462 | <groupId>com.tngtech.archunit</groupId>
|
429 | 463 | <artifactId>archunit</artifactId>
|
430 |
| - <version>1.3.0</version> |
| 464 | + <version>1.4.0</version> |
431 | 465 | <scope>test</scope>
|
432 | 466 | </dependency>
|
433 | 467 | <dependency>
|
434 | 468 | <groupId>org.hamcrest</groupId>
|
435 | 469 | <artifactId>hamcrest</artifactId>
|
436 |
| - <version>${hamcrest.version}</version> |
437 | 470 | <scope>test</scope>
|
438 | 471 | </dependency>
|
439 | 472 | <!--
|
|
443 | 476 | <dependency>
|
444 | 477 | <groupId>org.springframework.boot</groupId>
|
445 | 478 | <artifactId>spring-boot-starter-test</artifactId>
|
446 |
| - <version>${spring.boot.version}</version> |
447 | 479 | <scope>test</scope>
|
448 | 480 | </dependency>
|
449 | 481 | <!-- This is needed in order to force junit4 and JTH tests to use newer hamcrest version -->
|
450 | 482 | <dependency>
|
451 | 483 | <groupId>org.hamcrest</groupId>
|
452 | 484 | <artifactId>hamcrest-core</artifactId>
|
453 |
| - <version>${hamcrest.version}</version> |
454 | 485 | <scope>test</scope>
|
455 | 486 | </dependency>
|
456 | 487 | <dependency>
|
457 | 488 | <groupId>org.hamcrest</groupId>
|
458 | 489 | <artifactId>hamcrest-library</artifactId>
|
459 |
| - <version>${hamcrest.version}</version> |
460 | 490 | <scope>test</scope>
|
461 | 491 | </dependency>
|
462 | 492 | <dependency>
|
463 |
| - <groupId>com.github.npathai</groupId> |
464 |
| - <artifactId>hamcrest-optional</artifactId> |
465 |
| - <version>2.0.0</version> |
| 493 | + <groupId>junit</groupId> |
| 494 | + <artifactId>junit</artifactId> |
466 | 495 | <scope>test</scope>
|
467 | 496 | </dependency>
|
468 | 497 | <dependency>
|
469 |
| - <groupId>junit</groupId> |
470 |
| - <artifactId>junit</artifactId> |
471 |
| - <version>4.13.2</version> |
| 498 | + <groupId>com.github.npathai</groupId> |
| 499 | + <artifactId>hamcrest-optional</artifactId> |
| 500 | + <version>2.0.0</version> |
472 | 501 | <scope>test</scope>
|
473 | 502 | </dependency>
|
474 | 503 | <dependency>
|
|
481 | 510 | <dependency>
|
482 | 511 | <groupId>org.junit.vintage</groupId>
|
483 | 512 | <artifactId>junit-vintage-engine</artifactId>
|
484 |
| - <version>5.10.2</version> |
485 | 513 | <scope>test</scope>
|
486 | 514 | </dependency>
|
487 | 515 | <dependency>
|
|
0 commit comments