chore: update gradle and dependencies

This commit is contained in:
Skylot
2025-05-01 19:21:47 +01:00
parent 62835fbade
commit f6e12d71a0
13 changed files with 19 additions and 19 deletions
@@ -7,10 +7,10 @@ repositories {
}
dependencies {
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.6.1")
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:3.6.1")
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.7.0")
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.7.1")
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.7.0")
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:3.7.0")
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.8.0")
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.8.0")
}
tasks {