chore: update dependencies

This commit is contained in:
Skylot
2025-05-17 23:29:25 +01:00
parent ec726d6ca1
commit dbf4527ce6
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ plugins {
}
dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21")
implementation("org.openrewrite:plugin:6.19.1")
}
@@ -7,10 +7,10 @@ repositories {
}
dependencies {
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")
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.8.0")
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:3.8.0")
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.9.0")
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.9.0")
}
tasks {