Skip to content

Commit

Permalink
Replace dependency com.github.tomakehurst:wiremock-standalone with or…
Browse files Browse the repository at this point in the history
…g.wiremock:wiremock-standalone
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent a61f0e1 commit 83719ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-boot-override-test-properties/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>2.27.2</version>
<version>3.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 83719ef

Please sign in to comment.