chore: update dependencies

This commit is contained in:
Skylot 2024-07-28 20:57:37 +01:00
parent 04a454094b
commit c179beee95
No known key found for this signature in database
GPG Key ID: 47A4975761262B6A
4 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ dependencies {
implementation("com.google.code.gson:gson:2.11.0")
testImplementation("org.apache.commons:commons-lang3:3.14.0")
testImplementation("org.apache.commons:commons-lang3:3.15.0")
testImplementation(project(":jadx-plugins:jadx-dex-input"))
testRuntimeOnly(project(":jadx-plugins:jadx-smali-input"))

View File

@ -28,7 +28,7 @@ dependencies {
implementation("org.jcommander:jcommander:1.83")
implementation("ch.qos.logback:logback-classic:1.5.6")
implementation("com.fifesoft:rsyntaxtextarea:3.4.1")
implementation("com.fifesoft:rsyntaxtextarea:3.5.1")
implementation(files("libs/jfontchooser-1.0.5.jar"))
implementation("hu.kazocsaba:image-viewer:1.2.3")
@ -37,7 +37,7 @@ dependencies {
implementation("com.formdev:flatlaf-extras:3.5")
implementation("com.google.code.gson:gson:2.11.0")
implementation("org.apache.commons:commons-lang3:3.14.0")
implementation("org.apache.commons:commons-lang3:3.15.0")
implementation("org.apache.commons:commons-text:1.12.0")
implementation("commons-io:commons-io:2.16.1")

View File

@ -12,7 +12,7 @@ dependencies {
}
}
implementation("com.android.tools.build:bundletool:1.17.0") {
implementation("com.android.tools.build:bundletool:1.17.1") {
// All of this is unnecessary for parsing BundleConfig.pb except for protobuf
exclude(group = "com.android.tools.build")
exclude(group = "com.google.protobuf")

View File

@ -9,7 +9,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.9.0")
testImplementation(project(":jadx-core").dependencyProject.sourceSets.test.get().output)
testImplementation("org.apache.commons:commons-lang3:3.14.0")
testImplementation("org.apache.commons:commons-lang3:3.15.0")
testRuntimeOnly(project(":jadx-plugins:jadx-smali-input"))
}