Skip to content

Commit

Permalink
Update OpenRewrite to 8.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Sep 27, 2024
1 parent e060831 commit 16ec6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ logback-classic = { strictly = "1.4.11" } # newer releases break in jar releases
mapping-io = "0.6.1"
mockito = "5.13.0"
natural-order = "1.1"
openrewrite = "8.34.4"
openrewrite = "8.36.0"
picocli = "4.7.6"
procyon = "0.6.0"
reactfx = { strictly = "2.0-M5" } # won't get updates, dead
Expand Down Expand Up @@ -112,7 +112,7 @@ mockito = { module = "org.mockito:mockito-core", version.ref = "mockito" }

natural-order = { module = "net.grey-panther:natural-comparator", version.ref = "natural-order" }

openrewrite = { module = "org.openrewrite:rewrite-java-17", version.ref = "openrewrite" }
openrewrite = { module = "org.openrewrite:rewrite-java-21", version.ref = "openrewrite" }

picocli = { module = "info.picocli:picocli", version.ref = "picocli" }

Expand Down

0 comments on commit 16ec6ae

Please sign in to comment.