Skip to content

Update dependency com.squareup.retrofit2:retrofit to v2.9.0

Saibotk requested to merge renovate/com.squareup.retrofit2-retrofit-2.x into master

Created by: renovate[bot]

This PR contains the following updates:

Package Update Change
com.squareup.retrofit2:retrofit minor 2.8.2 -> 2.9.0

Release Notes

square/retrofit

v2.9.0

Compare Source

  • 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 use createSynchronous() and for synchronous on a scheduler use createWithScheduler(..).


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

Merge request reports