Skip to content

Commit

Permalink
build(deps): bump com.squareup.retrofit2:converter-gson
Browse files Browse the repository at this point in the history
Bumps [com.squareup.retrofit2:converter-gson](https://github.com/square/retrofit) from 2.10.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.10.0...2.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 29, 2024
1 parent 1c24292 commit c551c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation 'cat.ereza:customactivityoncrash:2.4.0'
implementation "androidx.recyclerview:recyclerview:1.3.2"
implementation "com.squareup.retrofit2:retrofit:2.10.0"
implementation "com.squareup.retrofit2:converter-gson:2.10.0"
implementation "com.squareup.retrofit2:converter-gson:2.11.0"
implementation 'com.squareup.retrofit2:adapter-rxjava3:2.10.0'
implementation 'io.reactivex.rxjava3:rxandroid:3.0.2'
implementation 'io.reactivex.rxjava3:rxjava:3.1.8'
Expand Down

0 comments on commit c551c52

Please sign in to comment.