Skip to content

Commit 03beae5

Browse files
authored
Add UpgradeWiremockDependencyVersion recipe (#427) (#963)
Migrate WireMock dependencies from old com.github.tomakehurst coordinates to new org.wiremock coordinates at version 3.x. Handles wiremock, wiremock-jre8, wiremock-standalone, and wiremock-jre8-standalone variants. Also hooks into JUnit5to6Migration since it already requires Java 17.
1 parent dbdd9d1 commit 03beae5

4 files changed

Lines changed: 291 additions & 12 deletions

File tree

src/main/resources/META-INF/rewrite/junit6.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,4 @@ recipeList:
8686
propertyKey: junit.jupiter.tempdir.scope
8787
- org.openrewrite.properties.DeleteProperty:
8888
propertyKey: junit.jupiter.params.arguments.conversion.locale.format
89+
- org.openrewrite.java.testing.wiremock.UpgradeWiremockDependencyVersion

0 commit comments

Comments
 (0)