feat: 更新Ktor版本

This commit is contained in:
HapeLee
2026-06-06 01:28:43 +08:00
parent 1021e1086f
commit 451f2f8875
3 changed files with 21 additions and 13 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ lifecycle = "2.10.0"
glide = "5.0.7"
gson = "2.14.0"
jsonPath = "3.0.0"
ktor = "2.3.12"
ktor = "3.5.0"
# issue #3811,不要更新版本,新版引入了一个破坏性变更(详见https://github.com/jhy/jsoup/pull/2017
# 若要升级请确保相关代码不会受此变更影响(如AnalyzeByJSoup.kt、JsoupXpath库等)
jsoup = "1.16.2"