chore: update dependencies
This commit is contained in:
@@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0")
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20")
|
||||
|
||||
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.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.12.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.4.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:3.4.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.4.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.4.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.6.1")
|
||||
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:3.6.1")
|
||||
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.7.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.7.1")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies {
|
||||
api(project(":jadx-plugins:jadx-input-api"))
|
||||
api(project(":jadx-commons:jadx-zip"))
|
||||
|
||||
implementation("com.google.code.gson:gson:2.12.1")
|
||||
implementation("com.google.code.gson:gson:2.13.0")
|
||||
|
||||
testImplementation("org.apache.commons:commons-lang3:3.17.0")
|
||||
|
||||
@@ -22,7 +22,7 @@ dependencies {
|
||||
strictly("[3.33, 3.34[") // from 3.34 compiled with Java 17
|
||||
}
|
||||
}
|
||||
testImplementation("tools.profiler:async-profiler:3.0")
|
||||
testImplementation("tools.profiler:async-profiler:4.0")
|
||||
}
|
||||
|
||||
val jadxTestJavaVersion = getTestJavaVersion()
|
||||
|
||||
@@ -28,25 +28,25 @@ dependencies {
|
||||
|
||||
implementation("org.jcommander:jcommander:2.0")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.18")
|
||||
implementation("io.github.oshai:kotlin-logging-jvm:7.0.5")
|
||||
implementation("io.github.oshai:kotlin-logging-jvm:7.0.6")
|
||||
|
||||
implementation("com.fifesoft:rsyntaxtextarea:3.6.0")
|
||||
implementation("org.drjekyll:fontchooser:3.1.0")
|
||||
implementation("hu.kazocsaba:image-viewer:1.2.3")
|
||||
implementation("com.twelvemonkeys.imageio:imageio-webp:3.12.0") // WebP support for image viewer
|
||||
|
||||
implementation("com.formdev:flatlaf:3.5.4")
|
||||
implementation("com.formdev:flatlaf-intellij-themes:3.5.4")
|
||||
implementation("com.formdev:flatlaf-extras:3.5.4")
|
||||
implementation("com.formdev:flatlaf:3.6")
|
||||
implementation("com.formdev:flatlaf-intellij-themes:3.6")
|
||||
implementation("com.formdev:flatlaf-extras:3.6")
|
||||
|
||||
implementation("com.google.code.gson:gson:2.12.1")
|
||||
implementation("com.google.code.gson:gson:2.13.0")
|
||||
implementation("org.apache.commons:commons-lang3:3.17.0")
|
||||
implementation("org.apache.commons:commons-text:1.13.0")
|
||||
implementation("commons-io:commons-io:2.18.0")
|
||||
implementation("org.apache.commons:commons-text:1.13.1")
|
||||
implementation("commons-io:commons-io:2.19.0")
|
||||
|
||||
implementation("io.reactivex.rxjava2:rxjava:2.2.21")
|
||||
implementation("com.github.akarnokd:rxjava2-swing:0.3.7")
|
||||
implementation("com.android.tools.build:apksig:8.9.0")
|
||||
implementation("com.android.tools.build:apksig:8.9.1")
|
||||
implementation("io.github.skylot:jdwp:2.0.0")
|
||||
|
||||
testImplementation(project.project(":jadx-core").sourceSets.getByName("test").output)
|
||||
|
||||
@@ -7,5 +7,5 @@ dependencies {
|
||||
|
||||
implementation(project(":jadx-commons:jadx-app-commons"))
|
||||
|
||||
implementation("com.google.code.gson:gson:2.12.1")
|
||||
implementation("com.google.code.gson:gson:2.13.0")
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ plugins {
|
||||
dependencies {
|
||||
compileOnly(project(":jadx-core"))
|
||||
|
||||
implementation("com.android.tools.build:aapt2-proto:8.9.0-12782657")
|
||||
implementation("com.android.tools.build:aapt2-proto:8.9.1-12782657")
|
||||
implementation("com.google.protobuf:protobuf-java") {
|
||||
version {
|
||||
require("3.25.3") // version 4 conflict with `aapt2-proto`
|
||||
|
||||
@@ -7,5 +7,5 @@ dependencies {
|
||||
api(project(":jadx-core"))
|
||||
|
||||
implementation(project(":jadx-plugins:jadx-dex-input"))
|
||||
implementation("com.google.code.gson:gson:2.12.1")
|
||||
implementation("com.google.code.gson:gson:2.13.0")
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ dependencies {
|
||||
implementation("com.android.tools.smali:smali-baksmali:3.0.9") {
|
||||
exclude(group = "com.beust", module = "jcommander") // exclude old jcommander namespace
|
||||
}
|
||||
implementation("com.google.guava:guava:33.4.0-jre") // force the latest version for smali
|
||||
implementation("com.google.guava:guava:33.4.8-jre") // force the latest version for smali
|
||||
|
||||
// compile smali files in tests
|
||||
testImplementation("com.android.tools.smali:smali:3.0.9") {
|
||||
|
||||
@@ -9,5 +9,5 @@ dependencies {
|
||||
implementation("com.jakewharton.android.repackaged:dalvik-dx:14.0.0_r21")
|
||||
implementation("com.android.tools:r8:8.7.18")
|
||||
|
||||
implementation("org.ow2.asm:asm:9.7.1")
|
||||
implementation("org.ow2.asm:asm:9.8")
|
||||
}
|
||||
|
||||
@@ -8,14 +8,14 @@ dependencies {
|
||||
implementation(kotlin("stdlib-common"))
|
||||
implementation(kotlin("script-runtime"))
|
||||
|
||||
implementation("io.github.oshai:kotlin-logging-jvm:7.0.5")
|
||||
implementation("io.github.oshai:kotlin-logging-jvm:7.0.6")
|
||||
|
||||
// script context support in IDE is poor, use stubs and manual imports for now
|
||||
// kotlinScriptDef(project(":jadx-plugins:jadx-script:jadx-script-runtime"))
|
||||
|
||||
// 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.13.0")
|
||||
implementation("org.apache.commons:commons-text:1.13.1")
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
@@ -12,6 +12,6 @@ dependencies {
|
||||
implementation(kotlin("scripting-compiler-embeddable"))
|
||||
implementation(kotlin("scripting-ide-services"))
|
||||
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
|
||||
implementation("io.github.oshai:kotlin-logging-jvm:7.0.5")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
|
||||
implementation("io.github.oshai:kotlin-logging-jvm:7.0.6")
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ dependencies {
|
||||
implementation(kotlin("scripting-jvm"))
|
||||
implementation(kotlin("scripting-jvm-host"))
|
||||
|
||||
implementation("io.github.oshai:kotlin-logging-jvm:7.0.5")
|
||||
implementation("io.github.oshai:kotlin-logging-jvm:7.0.6")
|
||||
|
||||
testImplementation(project(":jadx-core"))
|
||||
}
|
||||
|
||||
@@ -14,8 +14,8 @@ dependencies {
|
||||
implementation(kotlin("scripting-dependencies"))
|
||||
implementation(kotlin("scripting-dependencies-maven"))
|
||||
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
|
||||
implementation("io.github.oshai:kotlin-logging-jvm:7.0.5")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
|
||||
implementation("io.github.oshai:kotlin-logging-jvm:7.0.6")
|
||||
|
||||
runtimeOnly(project(":jadx-plugins:jadx-dex-input"))
|
||||
runtimeOnly(project(":jadx-plugins:jadx-smali-input"))
|
||||
|
||||
@@ -10,5 +10,5 @@ dependencies {
|
||||
implementation("com.android.tools.smali:smali:3.0.9") {
|
||||
exclude(group = "com.beust", module = "jcommander") // exclude old jcommander namespace
|
||||
}
|
||||
implementation("com.google.guava:guava:33.4.0-jre") // force the latest version for smali
|
||||
implementation("com.google.guava:guava:33.4.8-jre") // force the latest version for smali
|
||||
}
|
||||
|
||||
@@ -7,5 +7,5 @@ dependencies {
|
||||
api(project(":jadx-core"))
|
||||
|
||||
implementation(project(":jadx-plugins:jadx-dex-input"))
|
||||
implementation("com.google.code.gson:gson:2.12.1")
|
||||
implementation("com.google.code.gson:gson:2.13.0")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user