Skip to content

Commit

Permalink
Update wiremock dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
shred committed Mar 19, 2024
1 parent 773cacd commit 4f36055
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<version>3.0.1</version>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.2.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4f36055

Please sign in to comment.