mirror of
https://github.com/skylot/jadx.git
synced 2025-02-21 13:33:47 +00:00
chore: update dependencies
This commit is contained in:
parent
04a454094b
commit
c179beee95
@ -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"))
|
||||
|
@ -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")
|
||||
|
||||
|
@ -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")
|
||||
|
@ -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"))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user