Skip to content

Commit

Permalink
Update hamcrest dependency documentation version (apache#31309)
Browse files Browse the repository at this point in the history
  • Loading branch information
MV-GH committed May 18, 2024
1 parent a435f45 commit f851cbb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ Any Java code that uses `PAssert` must link in `JUnit` and `Hamcrest`. If you're
{{< highlight java >}}
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
{{< /highlight >}}
Expand Down

0 comments on commit f851cbb

Please sign in to comment.