chore: update gradle and dependencies

This commit is contained in:
Skylot
2024-07-17 20:41:38 +01:00
parent ef79f266c8
commit ad4dd116be
17 changed files with 38 additions and 33 deletions
@@ -11,7 +11,7 @@ dependencies {
implementation(kotlin("scripting-jvm"))
implementation(kotlin("scripting-jvm-host"))
implementation("io.github.oshai:kotlin-logging-jvm:6.0.9")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
testImplementation(project(":jadx-core"))
}