Skip to content

Commit

Permalink
Include AddDependency on mockito-junit-jupiter as part of the junit 4…
Browse files Browse the repository at this point in the history
… to 5 migration
  • Loading branch information
sambsnyd committed Mar 14, 2024
1 parent 7fb2c9d commit 8bdf602
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/META-INF/rewrite/junit5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,13 @@ recipeList:
artifactId: "*"
newVersion: 3.x
overrideManagedVersion: false
- org.openrewrite.java.dependencies.AddDependency:
groupId: org.mockito
artifactId: mockito-junit-jupiter
version: 3.x
onlyIfUsing: org.mockito..*
acceptTransitive: true
scope: test
- org.openrewrite.maven.UpgradePluginVersion:
groupId: org.apache.maven.plugins
artifactId: maven-surefire-plugin
Expand Down

0 comments on commit 8bdf602

Please sign in to comment.