chore: update dependencies

This commit is contained in:
Skylot
2024-11-10 19:15:03 +00:00
parent dd86abcc5e
commit e644bad758
8 changed files with 41 additions and 36 deletions
@@ -17,10 +17,10 @@ dependencies {
implementation("org.slf4j:slf4j-api:2.0.16")
compileOnly("org.jetbrains:annotations:26.0.1")
testImplementation("ch.qos.logback:logback-classic:1.5.11")
testImplementation("ch.qos.logback:logback-classic:1.5.12")
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testCompileOnly("org.jetbrains:annotations:26.0.1")
@@ -9,10 +9,10 @@ repositories {
}
dependencies {
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:2.20.1")
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:2.15.0")
rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.27.0")
rewrite("org.openrewrite.recipe:rewrite-static-analysis:1.18.0")
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:2.21.0")
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:2.15.1")
rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.28.0")
rewrite("org.openrewrite.recipe:rewrite-static-analysis:1.19.0")
}
tasks {