Skip to content

Commit 188ebaa

Browse files
Bump com.squareup.retrofit2:converter-scalars from 2.9.0 to 2.11.0
Bumps [com.squareup.retrofit2:converter-scalars](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:converter-scalars dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1fb2d37 commit 188ebaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
implementation "com.squareup.okhttp3:okhttp:4.12.0"
7575
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
7676
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
77-
implementation 'com.squareup.retrofit2:converter-scalars:2.9.0'
77+
implementation 'com.squareup.retrofit2:converter-scalars:2.11.0'
7878

7979
testImplementation 'junit:junit:4.13.2'
8080
androidTestImplementation 'androidx.test.ext:junit:1.1.5'

0 commit comments

Comments
 (0)