Skip to content

Commit

Permalink
openrewrite gradle 6.1.19 (#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis authored Jul 23, 2023
1 parent 9f684c9 commit 9e6d0ea
Showing 1 changed file with 2 additions and 2 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.4"
id "org.openrewrite.rewrite" version "6.1.19"
}

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

dependencies {
rewrite(platform("org.openrewrite.recipe:rewrite-recipe-bom:2.0.1"))
rewrite(platform("org.openrewrite.recipe:rewrite-recipe-bom:2.1.0"))
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks")
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks")
}
Expand Down

0 comments on commit 9e6d0ea

Please sign in to comment.