We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2bdff commit 159b0d3Copy full SHA for 159b0d3
src/main/resources/META-INF/rewrite/mockito.yml
@@ -24,9 +24,9 @@ tags:
24
recipeList:
25
- org.openrewrite.java.testing.mockito.Mockito1to3Migration
26
- org.openrewrite.maven.UpgradeDependencyVersion:
27
- groupId: org.mockito
28
- artifactId: mockito-junit-jupiter
29
- version: 4.x
+ groupId: org.mockito
+ artifactId: mockito-junit-jupiter
+ newVersion: 4.x
30
---
31
type: specs.openrewrite.org/v1beta/recipe
32
name: org.openrewrite.java.testing.mockito.Mockito1to3Migration
0 commit comments