Skip to content

Commit

Permalink
Bump retrofit from 2.9.0 to 2.11.0 (#259)
Browse files Browse the repository at this point in the history
Bumps `retrofit` from 2.9.0 to 2.11.0.

Updates `com.squareup.retrofit2:retrofit` from 2.9.0 to 2.11.0
- [Release notes](https://github.com/square/retrofit/releases)
- [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md)
- [Commits](square/retrofit@2.9.0...2.11.0)

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

Updates `com.squareup.retrofit2:adapter-rxjava3` from 2.9.0 to 2.11.0
- [Release notes](https://github.com/square/retrofit/releases)
- [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md)
- [Commits](square/retrofit@2.9.0...2.11.0)

---
updated-dependencies:
- dependency-name: com.squareup.retrofit2:retrofit
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.squareup.retrofit2:converter-gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.squareup.retrofit2:adapter-rxjava3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent aa4b426 commit 5db74b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ paging = "3.1.1"
pagingCompose = "1.0.0-alpha18"
gson = "2.11.0"
accompanistSystemUi = "0.30.1"
retrofit = "2.9.0"
retrofit = "2.11.0"
okhttp = "5.0.0-alpha.11"
koin = "3.5.6"
koinCompose = "3.4.6"
Expand Down

0 comments on commit 5db74b0

Please sign in to comment.