chore: update dependencies

This commit is contained in:
Skylot
2024-09-21 22:00:03 +01:00
parent 02b69d2d29
commit 8f27de4d0e
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ plugins {
dependencies {
compileOnly(project(":jadx-core"))
implementation("com.android.tools.build:aapt2-proto:8.6.0-11315950")
implementation("com.android.tools.build:aapt2-proto:8.6.1-11315950")
implementation("com.google.protobuf:protobuf-java") {
version {
require("3.25.3") // version 4 conflict with `aapt2-proto`
+2 -2
View File
@@ -6,13 +6,13 @@ dependencies {
api(project(":jadx-core"))
// TODO: finish own smali printer
implementation("com.android.tools.smali:smali-baksmali:3.0.7") {
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.0-jre") // force the latest version for smali
// compile smali files in tests
testImplementation("com.android.tools.smali:smali:3.0.7") {
testImplementation("com.android.tools.smali:smali:3.0.8") {
exclude(group = "com.beust", module = "jcommander") // exclude old jcommander namespace
}
}
@@ -11,6 +11,6 @@ dependencies {
implementation(kotlin("scripting-compiler-embeddable"))
implementation(kotlin("scripting-ide-services"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
}
@@ -14,7 +14,7 @@ dependencies {
implementation(kotlin("scripting-dependencies"))
implementation(kotlin("scripting-dependencies-maven"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
runtimeOnly(project(":jadx-plugins:jadx-dex-input"))
@@ -7,7 +7,7 @@ dependencies {
implementation(project(":jadx-plugins:jadx-dex-input"))
implementation("com.android.tools.smali:smali:3.0.7") {
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.0-jre") // force the latest version for smali