File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ configurations.all {
5151}
5252
5353dependencies {
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" )
You can’t perform that action at this time.
0 commit comments