Skip to content

Commit 4beb9ea

Browse files
Bump com.squareup.retrofit2:retrofit from 2.9.0 to 2.11.0
Bumps [com.squareup.retrofit2:retrofit](https://github.com/square/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) --- updated-dependencies: - dependency-name: com.squareup.retrofit2:retrofit dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8e296e2 commit 4beb9ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ dependencies {
9090
implementation(libs.material)
9191
implementation(libs.okhttp)
9292
implementation(libs.kotlinx.serialization.json)
93-
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
94-
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
93+
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
94+
implementation 'com.squareup.retrofit2:converter-gson:2.11.0'
9595
}

0 commit comments

Comments
 (0)