Skip to content

Commit

Permalink
Merge pull request #45 from kinde-oss/renovate/com.github.tomakehurst…
Browse files Browse the repository at this point in the history
…-wiremock-standalone-replacement

chore(deps): replace dependency com.github.tomakehurst:wiremock-standalone with org.wiremock:wiremock-standalone
  • Loading branch information
brettchaldecott authored Feb 18, 2025
2 parents e183005 + 671361f commit b906d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kinde-springboot/kinde-springboot-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@
</dependency>

<dependency>
<groupId>com.github.tomakehurst</groupId>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<scope>test</scope>
<version>3.0.0-beta-7</version>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>org.mock-server</groupId>
Expand Down

0 comments on commit b906d46

Please sign in to comment.