chore: update gradle and dependencies

This commit is contained in:
Skylot
2025-09-21 19:55:11 +01:00
parent f01e6aa505
commit 73913651b4
20 changed files with 28 additions and 32 deletions
@@ -11,7 +11,7 @@ dependencies {
implementation(kotlin("scripting-jvm"))
implementation(kotlin("scripting-jvm-host"))
implementation("io.github.oshai:kotlin-logging-jvm:7.0.7")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.13")
testImplementation(project(":jadx-core"))
}