Skip to content

Commit

Permalink
Merge pull request #76 from NotMyFault/hamcrest
Browse files Browse the repository at this point in the history
Update hamcrest
  • Loading branch information
jtnord authored Jun 13, 2023
2 parents fe5fd18 + 95f84c8 commit 03b167f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@
<artifactId>hashicorp-vault-plugin</artifactId>
<version>3.8.0</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.ui</groupId>
<artifactId>jquery-detached</artifactId>
Expand Down Expand Up @@ -198,7 +203,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 03b167f

Please sign in to comment.