chore: update dependencies

This commit is contained in:
Skylot
2024-01-15 18:51:09 +00:00
parent 306bc7abc3
commit 6f1dfb6848
7 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import java.util.Locale
plugins {
id("com.github.ben-manes.versions") version "0.50.0"
id("se.patrikerdes.use-latest-versions") version "0.2.18"
id("com.diffplug.spotless") version "6.23.3"
id("com.diffplug.spotless") version "6.24.0"
}
val jadxVersion by extra { System.getenv("JADX_VERSION") ?: "dev" }
@@ -16,7 +16,7 @@ dependencies {
testImplementation("ch.qos.logback:logback-classic:1.4.14")
testImplementation("org.hamcrest:hamcrest-library:2.2")
testImplementation("org.mockito:mockito-core:5.8.0")
testImplementation("org.mockito:mockito-core:5.9.0")
testImplementation("org.assertj:assertj-core:3.25.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
+2 -1
View File
@@ -68,7 +68,8 @@ application {
// disable zip checks (#1962)
"-Djdk.util.zip.disableZip64ExtraFieldValidation=true",
// needed for ktlint formatter
"-XX:+IgnoreUnrecognizedVMOptions", "--add-opens=java.base/java.lang=ALL-UNNAMED",
"-XX:+IgnoreUnrecognizedVMOptions",
"--add-opens=java.base/java.lang=ALL-UNNAMED",
)
applicationDistribution.from("$rootDir") {
include("README.md")
@@ -8,7 +8,7 @@ dependencies {
implementation(kotlin("stdlib-common"))
implementation(kotlin("script-runtime"))
implementation("io.github.oshai:kotlin-logging-jvm:6.0.2")
implementation("io.github.oshai:kotlin-logging-jvm:6.0.3")
// script context support in IDE is poor, use stubs and manual imports for now
// kotlinScriptDef(project(":jadx-plugins:jadx-script:jadx-script-runtime"))
@@ -12,5 +12,5 @@ dependencies {
implementation(kotlin("scripting-ide-services"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("io.github.oshai:kotlin-logging-jvm:6.0.2")
implementation("io.github.oshai:kotlin-logging-jvm:6.0.3")
}
@@ -10,7 +10,7 @@ dependencies {
implementation(kotlin("scripting-jvm"))
implementation(kotlin("scripting-jvm-host"))
implementation("io.github.oshai:kotlin-logging-jvm:6.0.2")
implementation("io.github.oshai:kotlin-logging-jvm:6.0.3")
// path for scripts cache
implementation("dev.dirs:directories:26")
@@ -15,7 +15,7 @@ dependencies {
implementation(kotlin("scripting-dependencies-maven"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("io.github.oshai:kotlin-logging-jvm:6.0.2")
implementation("io.github.oshai:kotlin-logging-jvm:6.0.3")
runtimeOnly(project(":jadx-plugins:jadx-dex-input"))
runtimeOnly(project(":jadx-plugins:jadx-smali-input"))