Skip to content

Commit c498324

Browse files
authored
Merge pull request #10394 from JabRef/dependabot/gradle/org.openrewrite.recipe-rewrite-recipe-bom-2.3.0
Bump org.openrewrite.recipe:rewrite-recipe-bom from 2.2.1 to 2.3.0
2 parents 834d527 + 721e756 commit c498324

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ plugins {
2727

2828
id 'idea'
2929

30-
id 'org.openrewrite.rewrite' version '6.3.3'
30+
id 'org.openrewrite.rewrite' version '6.3.8'
3131
}
3232

3333
// Enable following for debugging
@@ -251,7 +251,7 @@ dependencies {
251251
xjc group: 'org.glassfish.jaxb', name: 'jaxb-xjc', version: '3.0.2'
252252
xjc group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '3.0.2'
253253

254-
rewrite(platform("org.openrewrite.recipe:rewrite-recipe-bom:2.2.1"))
254+
rewrite(platform("org.openrewrite.recipe:rewrite-recipe-bom:2.3.0"))
255255
rewrite("org.openrewrite.recipe:rewrite-static-analysis")
256256
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks")
257257
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks")

rewrite.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ recipeList:
1919
# - org.openrewrite.staticanalysis.AvoidBoxedBooleanExpressions
2020
# Leads to exception
2121
# - org.openrewrite.staticanalysis.CombineSemanticallyEqualCatchBlocks
22+
# Needs parameters
23+
# - org.openrewrite.staticanalysis.DeclarationSiteTypeVariance
2224
# Unreadable code
2325
# .ifPresent((Path selectedDirectory) -> {
2426
# - org.openrewrite.staticanalysis.ExplicitLambdaArgumentTypes
@@ -121,7 +123,6 @@ recipeList:
121123
- org.openrewrite.staticanalysis.CompareEnumsWithEqualityOperator
122124
- org.openrewrite.staticanalysis.ControlFlowIndentation
123125
- org.openrewrite.staticanalysis.CovariantEquals
124-
- org.openrewrite.staticanalysis.DeclarationSiteTypeVariance
125126
# Needs manual intervention
126127
# - org.openrewrite.staticanalysis.DefaultComesLast
127128
- org.openrewrite.staticanalysis.EmptyBlock

0 commit comments

Comments
 (0)