fix(deps): update dependency com.google.code.gson:gson to v2.9.1
Created by: renovate[bot]
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
com.google.code.gson:gson |
2.9.0 -> 2.9.1
|
Release Notes
google/gson
v2.9.1
- Make
Object
andJsonElement
deserialization iterative rather than recursive (#1912) - Added parsing support for enum that has overridden toString() method (#1950)
- Removed support for building Gson with Gradle (#2081)
- Removed obsolete
codegen
hierarchy (#2099) - Add support for reflection access filter (#1905)
- Improve
TypeToken
creation validation (#2072) - Add explicit support for
float
inJsonWriter
(#2130, #2132) - Fail when parsing invalid local date (#2134)
Also many small improvements to javadoc.
Configuration
-
If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.