|
88 | 88 | <rest-services.version>0.0.3-SNAPSHOT</rest-services.version> |
89 | 89 |
|
90 | 90 | <!-- Testing dependencies --> |
91 | | - <mockito.version>5.10.0</mockito.version> |
92 | | - <junit.version>5.10.2</junit.version> |
| 91 | + <mockito.version>5.15.2</mockito.version> |
| 92 | + <junit.version>5.11.4</junit.version> |
93 | 93 | <wcm.mocks.version>3.0.0</wcm.mocks.version> <!-- Versions later than this produce a org.reflections.ReflectionsException: Scanner TypeAnnotationsScanner was not configured error --> |
94 | 94 | <slf4j-test.version>1.2.0</slf4j-test.version> |
95 | 95 | <slf4j.version>1.7.26</slf4j.version> |
96 | | - <hamcrest.version>2.2</hamcrest.version> |
97 | | - <junit-addons.version>1.4</junit-addons.version> |
98 | | - <pdfbox.version>2.0.28</pdfbox.version> |
| 96 | + <hamcrest.version>3.0</hamcrest.version> |
| 97 | + <pdfbox.version>3.0.4</pdfbox.version> |
99 | 98 | <jsoup.version>1.16.1</jsoup.version> |
100 | 99 | <jcabi-xml-version>0.27.2</jcabi-xml-version> |
101 | 100 | <xml-unit-version>2.9.1</xml-unit-version> |
|
529 | 528 | <version>${mockito.version}</version> |
530 | 529 | <scope>test</scope> |
531 | 530 | </dependency> |
532 | | - <dependency> |
533 | | - <groupId>junit-addons</groupId> |
534 | | - <artifactId>junit-addons</artifactId> |
535 | | - <version>${junit-addons.version}</version> |
536 | | - <scope>test</scope> |
537 | | - <exclusions> |
538 | | - <exclusion> <!-- Exclude this really old version of junit that junit-addons depends on --> |
539 | | - <groupId>junit</groupId> |
540 | | - <artifactId>junit</artifactId> |
541 | | - </exclusion> |
542 | | - <exclusion> <!-- Exclude this really old version of xerces that junit-addons depends on --> |
543 | | - <groupId>xerces</groupId> |
544 | | - <artifactId>xercesImpl</artifactId> |
545 | | - </exclusion> |
546 | | - <exclusion> <!-- Exclude this really old version of xerces that junit-addons depends on --> |
547 | | - <groupId>xerces</groupId> |
548 | | - <artifactId>xmlParserAPIs</artifactId> |
549 | | - </exclusion> |
550 | | - </exclusions> |
551 | | - </dependency> |
552 | 531 | <dependency> |
553 | 532 | <groupId>org.pitest</groupId> |
554 | 533 | <artifactId>pitest-junit5-plugin</artifactId> |
|
0 commit comments