Skip to content

Commit 4f6e786

Browse files
committed
Use patched versions of migrate-java and testing-frameworks
1 parent f2454d7 commit 4f6e786

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@
3636
<exportDatatables>true</exportDatatables>
3737
</configuration>
3838
<dependencies>
39+
<dependency>
40+
<groupId>org.openrewrite.recipe</groupId>
41+
<artifactId>rewrite-migrate-java</artifactId>
42+
<version>3.21.2</version>
43+
</dependency>
44+
<dependency>
45+
<groupId>org.openrewrite.recipe</groupId>
46+
<artifactId>rewrite-testing-frameworks</artifactId>
47+
<version>3.21.3</version>
48+
</dependency>
3949
<dependency>
4050
<groupId>org.openrewrite.recipe</groupId>
4151
<artifactId>rewrite-spring</artifactId>

0 commit comments

Comments
 (0)