Skip to content

Commit

Permalink
openrewrite gradle 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Aug 25, 2023
1 parent 4100bac commit 55b0c7d
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 @@ -2,7 +2,7 @@ plugins {
id 'com.netflix.nebula.netflixoss' version '11.3.1'
id "com.google.osdetector" version "1.7.3"
id "me.champeau.jmh" version "0.7.1"
id "org.openrewrite.rewrite" version "6.1.23"
id "org.openrewrite.rewrite" version "6.2.2"
}

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

dependencies {
rewrite(platform("org.openrewrite.recipe:rewrite-recipe-bom:2.1.1"))
rewrite(platform("org.openrewrite.recipe:rewrite-recipe-bom:2.2.1"))
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": "2.0.2"
"locked": "2.0.3"
},
"org.openrewrite.recipe:rewrite-recipe-bom": {
"locked": "2.1.1"
"locked": "2.2.1"
},
"org.openrewrite.recipe:rewrite-testing-frameworks": {
"locked": "2.0.9"
"locked": "2.0.10"
}
}
}

0 comments on commit 55b0c7d

Please sign in to comment.