Skip to content

Commit

Permalink
Pin versions ahead of release
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jan 9, 2025
1 parent 8bab15b commit 85507b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ plugins {
group = "org.openrewrite.recipe"
description = "Rewrite Docker recipes."

val rewriteVersion = rewriteRecipe.rewriteVersion.get()
val rewriteVersion = "latest.release"
dependencies {
implementation(platform("org.openrewrite:rewrite-bom:$rewriteVersion"))
implementation(platform("org.openrewrite:rewrite-bom:8.41.1"))
implementation("org.openrewrite:rewrite-core")
testImplementation("org.openrewrite:rewrite-test")
}

0 comments on commit 85507b2

Please sign in to comment.