chore: update dependencies

This commit is contained in:
Skylot
2025-04-15 21:50:27 +01:00
parent 1e75544636
commit 37b0b09f25
16 changed files with 30 additions and 30 deletions
@@ -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"))