Skip to content

Commit 159b0d3

Browse files
committed
fix yaml indentation and invalid key name should have been newVersion
1 parent 7d2bdff commit 159b0d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ tags:
2424
recipeList:
2525
- org.openrewrite.java.testing.mockito.Mockito1to3Migration
2626
- org.openrewrite.maven.UpgradeDependencyVersion:
27-
groupId: org.mockito
28-
artifactId: mockito-junit-jupiter
29-
version: 4.x
27+
groupId: org.mockito
28+
artifactId: mockito-junit-jupiter
29+
newVersion: 4.x
3030
---
3131
type: specs.openrewrite.org/v1beta/recipe
3232
name: org.openrewrite.java.testing.mockito.Mockito1to3Migration

0 commit comments

Comments
 (0)