Skip to content

Commit 0fec5e0

Browse files
chore(deps)(deps): bump com.squareup.retrofit2:converter-gson
Bumps the networking-dependencies group with 1 update: [com.squareup.retrofit2:converter-gson](https://github.com/square/retrofit). Updates `com.squareup.retrofit2:converter-gson` from 2.9.0 to 3.0.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...3.0.0) --- updated-dependencies: - dependency-name: com.squareup.retrofit2:converter-gson dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: networking-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b8f6247 commit 0fec5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messaginginapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939

4040
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4141
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.1"
42-
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
42+
implementation 'com.squareup.retrofit2:converter-gson:3.0.0'
4343

4444
implementation Dependencies.reduxKotlin
4545
implementation Dependencies.coroutinesCore

0 commit comments

Comments
 (0)