chore: update gradle and dependencies

This commit is contained in:
Skylot
2025-03-19 22:09:33 +00:00
parent cca6ca25d1
commit 4daad2fc79
18 changed files with 34 additions and 34 deletions
@@ -11,7 +11,7 @@ dependencies {
implementation(kotlin("scripting-jvm"))
implementation(kotlin("scripting-jvm-host"))
implementation("io.github.oshai:kotlin-logging-jvm:7.0.3")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.5")
testImplementation(project(":jadx-core"))
}