chore: update dependencies
This commit is contained in:
@@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.10")
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20")
|
||||
|
||||
implementation("org.openrewrite:plugin:6.19.1")
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ dependencies {
|
||||
|
||||
testImplementation("ch.qos.logback:logback-classic:1.5.7")
|
||||
testImplementation("org.assertj:assertj-core:3.26.3")
|
||||
testImplementation("org.mockito:mockito-core:5.12.0")
|
||||
testImplementation("org.mockito:mockito-core:5.13.0")
|
||||
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
|
||||
@@ -9,10 +9,10 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:2.16.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:2.12.1")
|
||||
rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.22.1")
|
||||
rewrite("org.openrewrite.recipe:rewrite-static-analysis:1.14.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:2.17.1")
|
||||
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:2.12.2")
|
||||
rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.23.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-static-analysis:1.15.0")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
||||
Reference in New Issue
Block a user