Update dependency com.squareup.retrofit2:converter-gson to v2.9.0
Created by: renovate[bot]
This PR contains the following updates:
Package | Update | Change |
---|---|---|
com.squareup.retrofit2:converter-gson | minor |
2.8.2 -> 2.9.0
|
Release Notes
square/retrofit
v2.9.0
-
New: RxJava 3 adapter!
The Maven coordinates are
com.squareup.retrofit2:rxjava3-adapter
.Unlike the RxJava 1 and RxJava 2 adapters, the RxJava 3 adapter's
create()
method will produce asynchronous HTTP requests by default. For synchronous requests usecreateSynchronous()
and for synchronous on a scheduler usecreateWithScheduler(..)
.
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.