Bump com.google.code.gson:gson from 2.11.0 to 2.12.1 (#4607)

Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.12.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.11.0...gson-parent-2.12.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  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-04-06 20:01:43 +08:00
committed by GitHub
parent dcfabfda60
commit c58175b43b

View File

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