Skip to content

Commit

Permalink
upgrade hamcrest (#359)
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Köberl <[email protected]>
  • Loading branch information
Janpopan and derkoe authored Oct 12, 2023
1 parent b0fda64 commit c7422be
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,16 @@
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c7422be

Please sign in to comment.