Skip to content

Commit fd1b081

Browse files
Bump the retrofit2 group with 3 updates
Bumps the retrofit2 group with 3 updates: [com.squareup.retrofit2:retrofit](https://github.com/square/retrofit), [com.squareup.retrofit2:converter-gson](https://github.com/square/retrofit) and [com.squareup.retrofit2:converter-scalars](https://github.com/square/retrofit). 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) Updates `com.squareup.retrofit2:converter-scalars` 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-group: retrofit2 - dependency-name: com.squareup.retrofit2:converter-gson dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: retrofit2 - dependency-name: com.squareup.retrofit2:converter-scalars dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: retrofit2 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2eeeb89 commit fd1b081

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FlowCrypt/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,9 +486,9 @@ dependencies {
486486
//ACRA needs the following dependency to use a custom report sender
487487
implementation("com.google.auto.service:auto-service-annotations:1.1.1")
488488

489-
implementation("com.squareup.retrofit2:retrofit:2.11.0")
490-
implementation("com.squareup.retrofit2:converter-gson:2.11.0")
491-
implementation("com.squareup.retrofit2:converter-scalars:2.11.0")
489+
implementation("com.squareup.retrofit2:retrofit:3.0.0")
490+
implementation("com.squareup.retrofit2:converter-gson:3.0.0")
491+
implementation("com.squareup.retrofit2:converter-scalars:3.0.0")
492492
implementation("com.squareup.okio:okio:3.11.0")
493493
implementation("com.squareup.okhttp3:logging-interceptor:4.12.0")
494494

0 commit comments

Comments
 (0)