Skip to content

Commit 2dcc517

Browse files
Bump retrofitVersion from 2.11.0 to 3.0.0 (#49)
Bumps `retrofitVersion` from 2.11.0 to 3.0.0. Updates `com.squareup.retrofit2:retrofit` from 2.11.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.11.0...3.0.0) Updates `com.squareup.retrofit2:converter-gson` from 2.11.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.11.0...3.0.0) --- updated-dependencies: - dependency-name: com.squareup.retrofit2:retrofit dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.squareup.retrofit2:converter-gson dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 999265a commit 2dcc517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
ext.okhttpVersion = '4.12.0'
55
ext.gsonVersion = '2.13.1'
66
ext.jjwtVersion = 'd6feebe558'
7-
ext.retrofitVersion = '2.11.0'
7+
ext.retrofitVersion = '3.0.0'
88
ext.coroutineAdapterVersion = '0.9.2'
99
ext.coroutinesVersion = '1.10.2'
1010
ext.bouncycastleVersion = '1.70'

0 commit comments

Comments
 (0)