From 664b32aa18e058ed844123b806c601b7e06f3864 Mon Sep 17 00:00:00 2001 From: Sebastia Ramon <25517036+seraco@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:33:41 +0100 Subject: [PATCH] Fix typo in docs (#293) --- .../popular-recipe-guides/migrate-from-junit-4-to-junit-5.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/running-recipes/popular-recipe-guides/migrate-from-junit-4-to-junit-5.md b/running-recipes/popular-recipe-guides/migrate-from-junit-4-to-junit-5.md index 499b81461c..b4db2be13b 100644 --- a/running-recipes/popular-recipe-guides/migrate-from-junit-4-to-junit-5.md +++ b/running-recipes/popular-recipe-guides/migrate-from-junit-4-to-junit-5.md @@ -114,7 +114,7 @@ If your project is _not_ a Spring or Spring-Boot project take a dependency on [r } dependencies { - implementation(platform("org.openrewrite.recipe:rewrite-recipe-bom:2.13.2")) + rewrite(platform("org.openrewrite.recipe:rewrite-recipe-bom:2.13.2")) rewrite("org.openrewrite.recipe:rewrite-testing-frameworks") // Other project dependencies @@ -401,4 +401,4 @@ If you discover a shortcoming of this migration that should be covered, file an The community edition of the Moderne platform enables you to easily run recipes across thousands of open-source repositories. -Please [contact Moderne](https://moderne.io/product) for more information about safely running the recipes on your own codebase in a private SaaS. \ No newline at end of file +Please [contact Moderne](https://moderne.io/product) for more information about safely running the recipes on your own codebase in a private SaaS.