Bump com.google.code.gson:gson from 2.13.1 to 2.13.2

Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.13.1 to 2.13.2.
- [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.13.1...gson-parent-2.13.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-15 14:57:56 +00:00
committed by GitHub
parent e1a19f5da9
commit c242b727ba

View File

@@ -11,7 +11,7 @@ ext {
antVersion = "1.10.15"
commonsLang3Version = "3.18.0"
commonsCsvVersion = "1.14.1"
gsonVersion = "2.13.1"
gsonVersion = "2.13.2"
picocliVersion = "4.7.7"
// 3.0(?) introduced Spring AOT automatic stuff and breaks when using GraalVM native image
springBoot = "2.7.7"