chore: update dependencies

This commit is contained in:
Skylot
2024-12-09 17:41:26 +00:00
parent 2fa7f84251
commit fdad829c49
8 changed files with 18 additions and 18 deletions
@@ -11,7 +11,7 @@ dependencies {
implementation(kotlin("scripting-jvm"))
implementation(kotlin("scripting-jvm-host"))
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.3")
testImplementation(project(":jadx-core"))
}