@@ -15,25 +15,27 @@ hiddenapibypass = "6.1"
1515jebrainsAnnotations = " 26.0.2-1"
1616json = " 20250517"
1717jsoup = " 1.21.2"
18+ junitJupiterParams = " 6.0.1"
1819# noinspection NewerVersionAvailable -- check ksp
1920kotlin = " 2.2.20"
2021kotlin-ksp = " 2.2.20-2.0.3"
2122kotlinxCoroutines = " 1.10.2"
2223kotlinxDatetime = " 0.7.1"
2324kotlinxHtml = " 0.12.0"
2425kotlinxSerializationJson = " 1.9.0"
25- ktor = " 3.3.0 "
26+ ktor = " 3.3.2 "
2627leakcanary = " 2.14"
2728lifecycleRuntimeKtx = " 2.9.4"
28- okhttp = " 5.1 .0"
29+ okhttp = " 5.3 .0"
2930preferenceKtx = " 1.2.1"
30- shadow = " 9.2.1"
31+ rhino = " 1.8.0"
32+ shadow = " 9.2.2"
3133slf4jSimple = " 2.0.17"
3234# noinspection NewerVersionAvailable (too new for Exposed)
3335sqliteJdbc = " 3.50.1.0"
34- vertx = " 5.0.4 "
36+ vertx = " 5.0.5 "
3537viewbindingpropertydelegate = " 1.5.9"
36- workRuntimeKtx = " 2.10.5 "
38+ workRuntimeKtx = " 2.11.0 "
3739xposed = " 82"
3840
3941[libraries ]
@@ -59,6 +61,8 @@ hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", vers
5961jebtrains-annotations = { module = " org.jetbrains:annotations" , version.ref = " jebrainsAnnotations" }
6062json = { module = " org.json:json" , version.ref = " json" }
6163jsoup = { module = " org.jsoup:jsoup" , version.ref = " jsoup" }
64+ junit-jupiter-params = { module = " org.junit.jupiter:junit-jupiter-params" , version.ref = " junitJupiterParams" }
65+ junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher" }
6266kotlin-bom = { module = " org.jetbrains.kotlin:kotlin-bom" , version.ref = " kotlin" }
6367kotlin-gradlePlugin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" }
6468kotlin-ksp-api = { module = " com.google.devtools.ksp:symbol-processing-api" , version.ref = " kotlin-ksp" }
@@ -79,6 +83,7 @@ ktor-server-status-pages = { module = "io.ktor:ktor-server-status-pages" }
7983leakcanary-android = { module = " com.squareup.leakcanary:leakcanary-android" , version.ref = " leakcanary" }
8084okhttp = { module = " com.squareup.okhttp3:okhttp" , version.ref = " okhttp" }
8185okhttp-urlconnection = { module = " com.squareup.okhttp3:okhttp-urlconnection" , version.ref = " okhttp" }
86+ rhino = { module = " org.mozilla:rhino" , version.ref = " rhino" }
8287slf4j-simple = { module = " org.slf4j:slf4j-simple" , version.ref = " slf4jSimple" }
8388sqlite-jdbc = { module = " org.xerial:sqlite-jdbc" , version.ref = " sqliteJdbc" }
8489vertx-lang-kotlin = { module = " io.vertx:vertx-lang-kotlin" , version.ref = " vertx" }
0 commit comments