chore: update dependencies

This commit is contained in:
Skylot
2024-12-18 21:41:01 +00:00
parent 2924bb259c
commit 2ac0cc62e6
7 changed files with 12 additions and 12 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.12")
testImplementation("ch.qos.logback:logback-classic:1.5.13")
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testCompileOnly("org.jetbrains:annotations:26.0.1")
@@ -7,10 +7,10 @@ repositories {
}
dependencies {
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:2.23.1")
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:2.17.1")
rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.30.1")
rewrite("org.openrewrite.recipe:rewrite-static-analysis:1.21.1")
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:2.24.0")
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:2.18.0")
rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.31.0")
rewrite("org.openrewrite.recipe:rewrite-static-analysis:1.22.0")
}
tasks {
+1 -1
View File
@@ -23,7 +23,7 @@ dependencies {
runtimeOnly(project(":jadx-plugins:jadx-aab-input"))
implementation("org.jcommander:jcommander:2.0")
implementation("ch.qos.logback:logback-classic:1.5.12")
implementation("ch.qos.logback:logback-classic:1.5.13")
}
application {
+2 -2
View File
@@ -27,7 +27,7 @@ dependencies {
implementation("com.pinterest.ktlint:ktlint-ruleset-standard:1.5.0")
implementation("org.jcommander:jcommander:2.0")
implementation("ch.qos.logback:logback-classic:1.5.12")
implementation("ch.qos.logback:logback-classic:1.5.13")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.3")
implementation("com.fifesoft:rsyntaxtextarea:3.5.3")
@@ -41,7 +41,7 @@ dependencies {
implementation("com.google.code.gson:gson:2.11.0")
implementation("org.apache.commons:commons-lang3:3.17.0")
implementation("org.apache.commons:commons-text:1.12.0")
implementation("org.apache.commons:commons-text:1.13.0")
implementation("commons-io:commons-io:2.18.0")
implementation("io.reactivex.rxjava2:rxjava:2.2.21")
+1 -1
View File
@@ -9,7 +9,7 @@ dependencies {
implementation("com.android.tools.smali:smali-baksmali:3.0.8") {
exclude(group = "com.beust", module = "jcommander") // exclude old jcommander namespace
}
implementation("com.google.guava:guava:33.3.1-jre") // force the latest version for smali
implementation("com.google.guava:guava:33.4.0-jre") // force the latest version for smali
// compile smali files in tests
testImplementation("com.android.tools.smali:smali:3.0.8") {
@@ -15,7 +15,7 @@ dependencies {
// manual imports (IDE can't import dependencies by scripts annotations)
implementation("com.github.javafaker:javafaker:1.0.2")
implementation("org.apache.commons:commons-text:1.12.0")
implementation("org.apache.commons:commons-text:1.13.0")
}
sourceSets {
@@ -10,5 +10,5 @@ dependencies {
implementation("com.android.tools.smali:smali:3.0.8") {
exclude(group = "com.beust", module = "jcommander") // exclude old jcommander namespace
}
implementation("com.google.guava:guava:33.3.1-jre") // force the latest version for smali
implementation("com.google.guava:guava:33.4.0-jre") // force the latest version for smali
}