diff --git a/build.gradle.kts b/build.gradle.kts index 3e1a912b5ae..5710e23628c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { // This is the behavior when applied in the root project (https://docs.openrewrite.org/reference/gradle-plugin-configuration#multi-module-gradle-projects) dependencies { - rewrite(platform("org.openrewrite.recipe:rewrite-recipe-bom:3.14.0")) + rewrite(platform("org.openrewrite.recipe:rewrite-recipe-bom:3.14.1")) rewrite("org.openrewrite.recipe:rewrite-static-analysis") rewrite("org.openrewrite.recipe:rewrite-logging-frameworks") rewrite("org.openrewrite.recipe:rewrite-testing-frameworks") diff --git a/rewrite.yml b/rewrite.yml index a33ed80e92a..950ccf7ce50 100644 --- a/rewrite.yml +++ b/rewrite.yml @@ -202,8 +202,8 @@ recipeList: # - org.openrewrite.staticanalysis.WriteOctalValuesAsDecimal # - org.openrewrite.java.testing.junit5.JUnit5BestPractices -- cannot be used directly, because one recipe is not working (see below) - - org.openrewrite.java.testing.cleanup.AssertLiteralBooleanToFailRecipe - org.openrewrite.java.testing.cleanup.RemoveTestPrefix + - org.openrewrite.java.testing.cleanup.TestMethodsShouldBeVoid # - org.openrewrite.java.testing.cleanup.TestsShouldNotBePublic -- does not work due to https://github.com/openrewrite/rewrite-testing-frameworks/issues/458 - org.openrewrite.java.testing.junit5.CleanupAssertions - org.openrewrite.java.testing.junit5.AddParameterizedTestAnnotation