Skip to content

Commit 986c835

Browse files
Upgrade hamcrest to 3.0 (#538)
Upgrade hamcrest from 2.2 to 3.0 Changelog: https://github.com/hamcrest/JavaHamcrest/releases/tag/v3.0 https://github.com/hamcrest/JavaHamcrest/releases/tag/v3.0-rc1 Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
1 parent 8babb26 commit 986c835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>org.hamcrest</groupId>
107107
<artifactId>hamcrest-library</artifactId>
108-
<version>2.2</version>
108+
<version>3.0</version>
109109
<scope>test</scope>
110110
</dependency>
111111
<dependency>

0 commit comments

Comments
 (0)