chore: update dependencies

This commit is contained in:
Skylot
2026-06-17 21:46:15 +01:00
parent d25eda4839
commit 03009b5159
12 changed files with 23 additions and 23 deletions
+3 -3
View File
@@ -8,8 +8,8 @@ dependencies {
implementation(project(":jadx-commons:jadx-app-commons"))
implementation("com.google.code.gson:gson:2.13.2")
implementation("commons-io:commons-io:2.21.0")
implementation("com.google.code.gson:gson:2.14.0")
implementation("commons-io:commons-io:2.22.0")
testImplementation("com.squareup.okhttp3:mockwebserver3:5.3.2")
testImplementation("com.squareup.okhttp3:mockwebserver3:5.4.0")
}