Skip to content

Commit

Permalink
Add mockito-junit-jupiter for any package usage
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Aug 23, 2024
1 parent 108e7fd commit 79877ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/rewrite/mockito.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ recipeList:
groupId: org.mockito
artifactId: mockito-junit-jupiter
version: 3.x
onlyIfUsing: org.mockito.junit.jupiter.MockitoExtension
onlyIfUsing: org.mockito.junit.jupiter.*
acceptTransitive: true
- org.openrewrite.java.dependencies.UpgradeDependencyVersion:
groupId: org.mockito
Expand Down

0 comments on commit 79877ce

Please sign in to comment.