Bump com.squareup.retrofit2:converter-gson from 2.10.0 to 2.11.0 in /android
requested to merge dependabot-gradle-android-com.squareup.retrofit2-converter-gson-2.11.0 into master
Bumps com.squareup.retrofit2:converter-gson from 2.10.0 to 2.11.0.
Release notes
Sourced from com.squareup.retrofit2:converter-gson's releases.
2.11.0
New
- The built-in
OptionalConverterFactory
is now public to allow installing it before other converters which consume all types (e.g., Moshi, Gson, Jackson, etc.).Fixed
- Ensure that exceptions thrown from failure to parse method annotations can be observed by multiple threads/callers. Previously only the first caller would see the actual parsing exception and other callers would get a cryptic
ClassCastException
.
Changelog
Sourced from com.squareup.retrofit2:converter-gson's changelog.
[2.11.0] - 2024-03-28
New
- The built-in
OptionalConverterFactory
is now public to allow installing it before other converters which consume all types (e.g., Moshi, Gson, Jackson, etc.).Fixed
- Ensure that exceptions thrown from failure to parse method annotations can be observed by multiple threads/callers. Previously only the first caller would see the actual parsing exception and other callers would get a cryptic
ClassCastException
.
Commits
-
cc76c22
Prepare version 2.11.0 -
eba9567
Merge pull request #4117 from square/jw.public-optional.2024-03-27 -
c579693
Merge pull request #4114 from square/jw.locks.2024-03-22 -
d6eac54
Make optional converter public -
9b5e630
Merge pull request #4116 from deterclosed/trunk -
bab101e
all: remove repetitive words -
80aee71
Merge pull request #4115 from square/renovate/gradle-8.x -
83acb51
Update dependency gradle to v8.7 -
d412139
Gracefully handle parse failure with locking -
8f5a3c9
Merge pull request #4110 from jonapoul/patch-1 - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts