Skip to content

Commit

Permalink
Bump retrofitVersion from 2.3.0 to 2.9.0
Browse files Browse the repository at this point in the history
Bumps `retrofitVersion` from 2.3.0 to 2.9.0.

Updates `retrofit` from 2.3.0 to 2.9.0
- [Release notes](https://github.com/square/retrofit/releases)
- [Changelog](https://github.com/square/retrofit/blob/master/CHANGELOG.md)
- [Commits](square/retrofit@parent-2.3.0...2.9.0)

Updates `converter-gson` from 2.3.0 to 2.9.0
- [Release notes](https://github.com/square/retrofit/releases)
- [Changelog](https://github.com/square/retrofit/blob/master/CHANGELOG.md)
- [Commits](square/retrofit@parent-2.3.0...2.9.0)

Updates `retrofit-mock` from 2.3.0 to 2.9.0
- [Release notes](https://github.com/square/retrofit/releases)
- [Changelog](https://github.com/square/retrofit/blob/master/CHANGELOG.md)
- [Commits](square/retrofit@parent-2.3.0...2.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 11, 2021
1 parent ca7a395 commit 5829d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
kotlinVersion = "1.4.31"
// MOBILE-3449 Parameters encoding changed in later versions https://github.com/square/okhttp/issues/3235
okHttpVersion = "3.9.1"
retrofitVersion = "2.3.0"
retrofitVersion = "2.9.0"
spekVersion = "2.0.15"
}
repositories {
Expand Down

0 comments on commit 5829d43

Please sign in to comment.