Skip to content

Commit

Permalink
openrewrite plugin 5.38.0 (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis authored Mar 18, 2023
1 parent b396734 commit ca5022e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'com.netflix.nebula.netflixoss' version '11.1.1'
id "com.google.osdetector" version "1.7.3"
id "me.champeau.jmh" version "0.7.0"
id "org.openrewrite.rewrite" version "5.37.1"
id "org.openrewrite.rewrite" version "5.38.0"
}

ext.githubProjectName = rootProject.name
Expand Down Expand Up @@ -86,7 +86,7 @@ subprojects {
}

dependencies {
rewrite(platform("org.openrewrite.recipe:rewrite-recipe-bom:1.16.3"))
rewrite(platform("org.openrewrite.recipe:rewrite-recipe-bom:1.17.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.18.0"
"locked": "1.19.0"
},
"org.openrewrite.recipe:rewrite-recipe-bom": {
"locked": "1.16.3"
"locked": "1.17.0"
},
"org.openrewrite.recipe:rewrite-testing-frameworks": {
"locked": "1.34.0"
"locked": "1.35.0"
}
}
}

0 comments on commit ca5022e

Please sign in to comment.