diff --git a/build.gradle b/build.gradle index 5cb28c43ff0..a8e08008413 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ plugins { id 'idea' - id 'org.openrewrite.rewrite' version '6.3.3' + id 'org.openrewrite.rewrite' version '6.3.8' } // Enable following for debugging @@ -257,7 +257,7 @@ dependencies { xjc group: 'org.glassfish.jaxb', name: 'jaxb-xjc', version: '3.0.2' xjc group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '3.0.2' - rewrite(platform("org.openrewrite.recipe:rewrite-recipe-bom:2.2.1")) + rewrite(platform("org.openrewrite.recipe:rewrite-recipe-bom:2.3.0")) 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 22850179494..7d5eaad4866 100644 --- a/rewrite.yml +++ b/rewrite.yml @@ -19,6 +19,8 @@ recipeList: # - org.openrewrite.staticanalysis.AvoidBoxedBooleanExpressions # Leads to exception # - org.openrewrite.staticanalysis.CombineSemanticallyEqualCatchBlocks + # Needs parameters + # - org.openrewrite.staticanalysis.DeclarationSiteTypeVariance # Unreadable code # .ifPresent((Path selectedDirectory) -> { # - org.openrewrite.staticanalysis.ExplicitLambdaArgumentTypes @@ -121,7 +123,6 @@ recipeList: - org.openrewrite.staticanalysis.CompareEnumsWithEqualityOperator - org.openrewrite.staticanalysis.ControlFlowIndentation - org.openrewrite.staticanalysis.CovariantEquals - - org.openrewrite.staticanalysis.DeclarationSiteTypeVariance # Needs manual intervention # - org.openrewrite.staticanalysis.DefaultComesLast - org.openrewrite.staticanalysis.EmptyBlock