Skip to content

Commit 6b2275d

Browse files
committed
Switch to release versions of rewrite-core dependencies instead of snapshot versions
1 parent 2a96b73 commit 6b2275d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ configurations.all {
5151
}
5252

5353
dependencies {
54-
implementation("org.openrewrite:rewrite-java:latest.integration")
55-
implementation("org.openrewrite:rewrite-xml:latest.integration")
56-
implementation("org.openrewrite:rewrite-properties:latest.integration")
57-
implementation("org.openrewrite:rewrite-yaml:latest.integration")
58-
implementation("org.openrewrite:rewrite-maven:latest.integration")
54+
implementation("org.openrewrite:rewrite-java:latest.release")
55+
implementation("org.openrewrite:rewrite-xml:latest.release")
56+
implementation("org.openrewrite:rewrite-properties:latest.release")
57+
implementation("org.openrewrite:rewrite-yaml:latest.release")
58+
implementation("org.openrewrite:rewrite-maven:latest.release")
5959

6060
// for locating list of released Spring Boot versions
6161
implementation("com.squareup.okhttp3:okhttp:latest.release")

0 commit comments

Comments
 (0)