⬆️ Update to Hamcrest 2.2
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 8 Feb 2023 11:46:22 +0000 (12:46 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 8 Feb 2023 11:46:22 +0000 (12:46 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 63ce481..2a78f37 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <artifactId>junit</artifactId>
                        <version>4.13.1</version>
                        <scope>test</scope>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.hamcrest</groupId>
+                                       <artifactId>hamcrest-core</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
                <dependency>
                        <groupId>org.hamcrest</groupId>
-                       <artifactId>hamcrest-integration</artifactId>
-                       <version>1.3</version>
+                       <artifactId>hamcrest</artifactId>
+                       <version>2.2</version>
                        <scope>test</scope>
                </dependency>
                <dependency>