chore: update dependencies

This commit is contained in:
Skylot
2024-10-16 16:59:44 +01:00
parent d2131d9640
commit f9c94f27f1
5 changed files with 8 additions and 8 deletions
@@ -15,15 +15,15 @@ version = jadxVersion
dependencies {
implementation("org.slf4j:slf4j-api:2.0.16")
compileOnly("org.jetbrains:annotations:26.0.0")
compileOnly("org.jetbrains:annotations:26.0.1")
testImplementation("ch.qos.logback:logback-classic:1.5.9")
testImplementation("ch.qos.logback:logback-classic:1.5.11")
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testCompileOnly("org.jetbrains:annotations:26.0.0")
testCompileOnly("org.jetbrains:annotations:26.0.1")
}
repositories {
@@ -9,7 +9,7 @@ repositories {
}
dependencies {
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:2.20.0")
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")