Skip to content

Commit 7c5599d

Browse files
committed
build: Update dependencies
1 parent e06491f commit 7c5599d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
22
agp = "8.13.0"
3-
kotlin = "2.2.10"
4-
dexkit = "2.0.6"
3+
kotlin = "2.2.20"
4+
dexkit = "2.0.7"
55
xposed = "82"
66
annotation = "1.9.1"
7-
gson = "2.13.1"
7+
gson = "2.13.2"
88
kotlinxCoroutinesAndroid = "1.10.2"
99
fuel = "3.0.0-alpha04"
10-
junit5 = "5.13.4"
11-
jadx = "1.5.2"
10+
junit = "6.0.0"
11+
jadx = "1.5.3"
1212
slf4j = "2.0.17"
1313

1414
[libraries]
@@ -18,7 +18,7 @@ annotation = { group = "androidx.annotation", name = "annotation", version.ref =
1818
gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" }
1919
kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesAndroid" }
2020
fuel = { group = "com.github.kittinunf.fuel", name = "fuel", version.ref = "fuel" }
21-
junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params", version.ref = "junit5" }
21+
junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params", version.ref = "junit" }
2222
jadx-core = { group = "io.github.skylot", name = "jadx-core", version.ref = "jadx" }
2323
slf4j-simple = { group = "org.slf4j", name = "slf4j-simple", version.ref = "slf4j" }
2424

0 commit comments

Comments
 (0)