Skip to content

Commit

Permalink
update OpenRewrite recipes (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Jan 21, 2023
1 parent b010e4d commit b9c868c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ subprojects {
}

dependencies {
rewrite(platform("org.openrewrite.recipe:rewrite-recipe-bom:1.13.1"))
rewrite(platform("org.openrewrite.recipe:rewrite-recipe-bom:1.14.0"))
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks")
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks")
}
Expand Down
6 changes: 3 additions & 3 deletions dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
},
"rewrite": {
"org.openrewrite.recipe:rewrite-logging-frameworks": {
"locked": "1.16.0"
"locked": "1.17.0"
},
"org.openrewrite.recipe:rewrite-recipe-bom": {
"locked": "1.13.1"
"locked": "1.14.0"
},
"org.openrewrite.recipe:rewrite-testing-frameworks": {
"locked": "1.32.0"
"locked": "1.33.0"
}
}
}

0 comments on commit b9c868c

Please sign in to comment.