Bump com.google.code.gson:gson from 2.12.1 to 2.13.1 (#4999)
Some checks failed
Test Build / prepare (push) Has been cancelled
Test Build / build (app, release) (push) Has been cancelled
Test Build / build (app, releaseA) (push) Has been cancelled
Test Build / prerelease (push) Has been cancelled
Test Build / lanzou (push) Has been cancelled
Test Build / test_Branch (push) Has been cancelled
Test Build / telegram (push) Has been cancelled
update fork / build (push) Has been cancelled

Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.1 to 2.13.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.12.1...gson-parent-2.13.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-05-01 15:28:26 +08:00
committed by GitHub
parent 9f7d3a449f
commit 1156698a4a

View File

@@ -18,7 +18,7 @@ hutool = "5.8.22"
libarchive = "1.1.4"
lifecycle = "2.8.7"
glide = "4.16.0"
gson = "2.12.1"
gson = "2.13.1"
jsonPath = "2.9.0"
# issue #3811不要更新版本新版引入了一个破坏性变更详见https://github.com/jhy/jsoup/pull/2017
# 若要升级请确保相关代码不会受此变更影响如AnalyzeByJSoup.kt、JsoupXpath库等