chore: update dependencies
This commit is contained in:
@@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21")
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0")
|
||||
|
||||
implementation("org.openrewrite:plugin:6.19.1")
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ dependencies {
|
||||
testImplementation("ch.qos.logback:logback-classic:1.5.18")
|
||||
testImplementation("org.assertj:assertj-core:3.27.3")
|
||||
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.13.2")
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
|
||||
testCompileOnly("org.jetbrains:annotations:26.0.2")
|
||||
|
||||
@@ -7,10 +7,10 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
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")
|
||||
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.11.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:3.10.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.12.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.11.0")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
||||
Reference in New Issue
Block a user