Skip to content

Commit 9d2c33e

Browse files
committed
⬆️ Update dependencies
1 parent 692412e commit 9d2c33e

1 file changed

Lines changed: 4 additions & 25 deletions

File tree

rest-services/pom.xml

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,13 @@
8888
<rest-services.version>0.0.3-SNAPSHOT</rest-services.version>
8989

9090
<!-- 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>
9393
<wcm.mocks.version>3.0.0</wcm.mocks.version> <!-- Versions later than this produce a org.reflections.ReflectionsException: Scanner TypeAnnotationsScanner was not configured error -->
9494
<slf4j-test.version>1.2.0</slf4j-test.version>
9595
<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>
9998
<jsoup.version>1.16.1</jsoup.version>
10099
<jcabi-xml-version>0.27.2</jcabi-xml-version>
101100
<xml-unit-version>2.9.1</xml-unit-version>
@@ -529,26 +528,6 @@
529528
<version>${mockito.version}</version>
530529
<scope>test</scope>
531530
</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>
552531
<dependency>
553532
<groupId>org.pitest</groupId>
554533
<artifactId>pitest-junit5-plugin</artifactId>

0 commit comments

Comments
 (0)