chore: update some dependencies

This commit is contained in:
Skylot
2025-12-08 20:11:16 +00:00
parent 6b61599114
commit 9fba709687
3 changed files with 9 additions and 9 deletions
@@ -7,10 +7,10 @@ repositories {
}
dependencies {
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.22.0")
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:3.19.0")
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.22.0")
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.22.0")
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.23.0")
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:3.19.1")
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.23.0")
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.23.0")
}
tasks {