Skip to content

Commit

Permalink
chore(deps): replace dependency com.github.tomakehurst:wiremock-jre8-…
Browse files Browse the repository at this point in the history
…standalone with org.wiremock:wiremock-standalone 3.0.1 (#126)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent fd1859a commit 6d29611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>3.0.1</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 6d29611

Please sign in to comment.