chore: update dependencies

This commit is contained in:
Skylot
2024-02-21 18:26:07 +00:00
parent d7ec35791b
commit 56749b2afb
6 changed files with 11 additions and 11 deletions
@@ -14,7 +14,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:2.0.12")
compileOnly("org.jetbrains:annotations:24.1.0")
testImplementation("ch.qos.logback:logback-classic:1.4.14")
testImplementation("ch.qos.logback:logback-classic:1.5.0")
testImplementation("org.hamcrest:hamcrest-library:2.2")
testImplementation("org.mockito:mockito-core:5.10.0")
testImplementation("org.assertj:assertj-core:3.25.3")
+1 -1
View File
@@ -20,7 +20,7 @@ dependencies {
runtimeOnly(project(":jadx-plugins:jadx-xapk-input"))
implementation("org.jcommander:jcommander:1.83")
implementation("ch.qos.logback:logback-classic:1.4.14")
implementation("ch.qos.logback:logback-classic:1.5.0")
}
application {
+5 -5
View File
@@ -3,7 +3,7 @@ plugins {
id("application")
id("edu.sc.seis.launch4j") version "3.0.5"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("org.beryx.runtime") version "1.13.0"
id("org.beryx.runtime") version "1.13.1"
}
dependencies {
@@ -25,16 +25,16 @@ dependencies {
implementation("com.pinterest.ktlint:ktlint-ruleset-standard:1.1.1")
implementation("org.jcommander:jcommander:1.83")
implementation("ch.qos.logback:logback-classic:1.4.14")
implementation("ch.qos.logback:logback-classic:1.5.0")
implementation("dev.dirs:directories:26")
implementation("com.fifesoft:rsyntaxtextarea:3.4.0")
implementation(files("libs/jfontchooser-1.0.5.jar"))
implementation("hu.kazocsaba:image-viewer:1.2.3")
implementation("com.formdev:flatlaf:3.3")
implementation("com.formdev:flatlaf-intellij-themes:3.3")
implementation("com.formdev:flatlaf-extras:3.3")
implementation("com.formdev:flatlaf:3.4")
implementation("com.formdev:flatlaf-intellij-themes:3.4")
implementation("com.formdev:flatlaf-extras:3.4")
implementation("com.google.code.gson:gson:2.10.1")
implementation("org.apache.commons:commons-lang3:3.14.0")
+2 -2
View File
@@ -6,13 +6,13 @@ dependencies {
api(project(":jadx-core"))
// TODO: finish own smali printer
implementation("com.android.tools.smali:smali-baksmali:3.0.4") {
implementation("com.android.tools.smali:smali-baksmali:3.0.5") {
exclude(group = "com.beust", module = "jcommander") // exclude old jcommander namespace
}
implementation("com.google.guava:guava:33.0.0-jre") // force the latest version for smali
// compile smali files in tests
testImplementation("com.android.tools.smali:smali:3.0.4") {
testImplementation("com.android.tools.smali:smali:3.0.5") {
exclude(group = "com.beust", module = "jcommander") // exclude old jcommander namespace
}
}
@@ -7,7 +7,7 @@ dependencies {
implementation(project(":jadx-plugins:jadx-dex-input"))
implementation("com.jakewharton.android.repackaged:dalvik-dx:14.0.0_r21")
implementation("com.android.tools:r8:8.2.42")
implementation("com.android.tools:r8:8.2.47")
implementation("org.ow2.asm:asm:9.6")
}
@@ -7,7 +7,7 @@ dependencies {
implementation(project(":jadx-plugins:jadx-dex-input"))
implementation("com.android.tools.smali:smali:3.0.4") {
implementation("com.android.tools.smali:smali:3.0.5") {
exclude(group = "com.beust", module = "jcommander") // exclude old jcommander namespace
}
implementation("com.google.guava:guava:33.0.0-jre") // force the latest version for smali