chore: update dependencies
This commit is contained in:
+2
-2
@@ -6,9 +6,9 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
|
|||||||
import java.util.Locale
|
import java.util.Locale
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("com.github.ben-manes.versions") version "0.53.0"
|
id("com.github.ben-manes.versions") version "0.54.0"
|
||||||
id("se.patrikerdes.use-latest-versions") version "0.2.19"
|
id("se.patrikerdes.use-latest-versions") version "0.2.19"
|
||||||
id("com.diffplug.spotless") version "8.4.0"
|
id("com.diffplug.spotless") version "8.7.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
val jadxEnv = loadEnv(file("$rootDir/.env"))
|
val jadxEnv = loadEnv(file("$rootDir/.env"))
|
||||||
|
|||||||
@@ -20,10 +20,10 @@ group = "io.github.skylot"
|
|||||||
version = jadxVersion
|
version = jadxVersion
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.slf4j:slf4j-api:2.0.17")
|
implementation("org.slf4j:slf4j-api:2.0.18")
|
||||||
compileOnly("org.jetbrains:annotations:26.1.0")
|
compileOnly("org.jetbrains:annotations:26.1.0")
|
||||||
|
|
||||||
testImplementation("ch.qos.logback:logback-classic:1.5.32")
|
testImplementation("ch.qos.logback:logback-classic:1.5.34")
|
||||||
testImplementation("org.assertj:assertj-core:3.27.7")
|
testImplementation("org.assertj:assertj-core:3.27.7")
|
||||||
|
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
|
testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
|
||||||
@@ -31,8 +31,8 @@ dependencies {
|
|||||||
|
|
||||||
testCompileOnly("org.jetbrains:annotations:26.1.0")
|
testCompileOnly("org.jetbrains:annotations:26.1.0")
|
||||||
|
|
||||||
errorprone("com.google.errorprone:error_prone_core:2.48.0")
|
errorprone("com.google.errorprone:error_prone_core:2.50.0")
|
||||||
errorprone("com.uber.nullaway:nullaway:0.13.1")
|
errorprone("com.uber.nullaway:nullaway:0.13.7")
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|||||||
@@ -7,10 +7,10 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.30.0")
|
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.38.0")
|
||||||
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:3.26.0")
|
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:3.29.1")
|
||||||
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.30.1")
|
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.37.0")
|
||||||
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.30.1")
|
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.37.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
|
|||||||
@@ -26,8 +26,8 @@ dependencies {
|
|||||||
runtimeOnly(project(":jadx-plugins:jadx-apks-input"))
|
runtimeOnly(project(":jadx-plugins:jadx-apks-input"))
|
||||||
|
|
||||||
implementation("org.jcommander:jcommander:2.0")
|
implementation("org.jcommander:jcommander:2.0")
|
||||||
implementation("ch.qos.logback:logback-classic:1.5.32")
|
implementation("ch.qos.logback:logback-classic:1.5.34")
|
||||||
implementation("com.google.code.gson:gson:2.13.2")
|
implementation("com.google.code.gson:gson:2.14.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
application {
|
application {
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ plugins {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation(project(":jadx-core"))
|
implementation(project(":jadx-core"))
|
||||||
|
|
||||||
implementation("com.google.code.gson:gson:2.13.2")
|
implementation("com.google.code.gson:gson:2.14.0")
|
||||||
|
|
||||||
testRuntimeOnly(project(":jadx-plugins:jadx-dex-input"))
|
testRuntimeOnly(project(":jadx-plugins:jadx-dex-input"))
|
||||||
testRuntimeOnly(project(":jadx-plugins:jadx-smali-input"))
|
testRuntimeOnly(project(":jadx-plugins:jadx-smali-input"))
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ dependencies {
|
|||||||
api(project(":jadx-plugins:jadx-input-api"))
|
api(project(":jadx-plugins:jadx-input-api"))
|
||||||
api(project(":jadx-commons:jadx-zip"))
|
api(project(":jadx-commons:jadx-zip"))
|
||||||
|
|
||||||
implementation("com.google.code.gson:gson:2.13.2")
|
implementation("com.google.code.gson:gson:2.14.0")
|
||||||
|
|
||||||
testImplementation("org.apache.commons:commons-lang3:3.20.0")
|
testImplementation("org.apache.commons:commons-lang3:3.20.0")
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ dependencies {
|
|||||||
strictly("[3.33, 3.34[") // from 3.34 compiled with Java 17
|
strictly("[3.33, 3.34[") // from 3.34 compiled with Java 17
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
testImplementation("tools.profiler:async-profiler:4.3")
|
testImplementation("tools.profiler:async-profiler:4.4")
|
||||||
}
|
}
|
||||||
|
|
||||||
val jadxTestJavaVersion = getTestJavaVersion()
|
val jadxTestJavaVersion = getTestJavaVersion()
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ dependencies {
|
|||||||
|
|
||||||
implementation(project(":jadx-commons:jadx-app-commons"))
|
implementation(project(":jadx-commons:jadx-app-commons"))
|
||||||
|
|
||||||
implementation("com.google.code.gson:gson:2.13.2")
|
implementation("com.google.code.gson:gson:2.14.0")
|
||||||
implementation("commons-io:commons-io:2.21.0")
|
implementation("commons-io:commons-io:2.22.0")
|
||||||
|
|
||||||
testImplementation("com.squareup.okhttp3:mockwebserver3:5.3.2")
|
testImplementation("com.squareup.okhttp3:mockwebserver3:5.4.0")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ plugins {
|
|||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":jadx-core"))
|
compileOnly(project(":jadx-core"))
|
||||||
|
|
||||||
implementation("com.android.tools.build:aapt2-proto:9.1.0-14792394")
|
implementation("com.android.tools.build:aapt2-proto:9.2.1-15009934")
|
||||||
implementation("com.google.protobuf:protobuf-java") {
|
implementation("com.google.protobuf:protobuf-java") {
|
||||||
version {
|
version {
|
||||||
require("3.25.3") // version 4 conflict with `aapt2-proto`
|
require("3.25.3") // version 4 conflict with `aapt2-proto`
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ dependencies {
|
|||||||
implementation("com.android.tools.smali:smali-baksmali:3.0.9") {
|
implementation("com.android.tools.smali:smali-baksmali:3.0.9") {
|
||||||
exclude(group = "com.beust", module = "jcommander") // exclude old jcommander namespace
|
exclude(group = "com.beust", module = "jcommander") // exclude old jcommander namespace
|
||||||
}
|
}
|
||||||
implementation("com.google.guava:guava:33.5.0-jre") // force the latest version for smali
|
implementation("com.google.guava:guava:33.6.0-jre") // force the latest version for smali
|
||||||
|
|
||||||
// compile smali files in tests
|
// compile smali files in tests
|
||||||
testImplementation("com.android.tools.smali:smali:3.0.9") {
|
testImplementation("com.android.tools.smali:smali:3.0.9") {
|
||||||
|
|||||||
@@ -9,5 +9,5 @@ dependencies {
|
|||||||
implementation("com.jakewharton.android.repackaged:dalvik-dx:16.0.1")
|
implementation("com.jakewharton.android.repackaged:dalvik-dx:16.0.1")
|
||||||
implementation("com.android.tools:r8:9.1.31")
|
implementation("com.android.tools:r8:9.1.31")
|
||||||
|
|
||||||
implementation("org.ow2.asm:asm:9.9.1")
|
implementation("org.ow2.asm:asm:9.10.1")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ dependencies {
|
|||||||
implementation("com.android.tools.smali:smali:3.0.9") {
|
implementation("com.android.tools.smali:smali:3.0.9") {
|
||||||
exclude(group = "com.beust", module = "jcommander") // exclude old jcommander namespace
|
exclude(group = "com.beust", module = "jcommander") // exclude old jcommander namespace
|
||||||
}
|
}
|
||||||
implementation("com.google.guava:guava:33.5.0-jre") // force the latest version for smali
|
implementation("com.google.guava:guava:33.6.0-jre") // force the latest version for smali
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,5 +6,5 @@ dependencies {
|
|||||||
api(project(":jadx-core"))
|
api(project(":jadx-core"))
|
||||||
|
|
||||||
implementation(project(":jadx-plugins:jadx-dex-input"))
|
implementation(project(":jadx-plugins:jadx-dex-input"))
|
||||||
implementation("com.google.code.gson:gson:2.13.2")
|
implementation("com.google.code.gson:gson:2.14.0")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user