From 71147dac6273a5190684db8a90ef37475d4a1f02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 20:12:17 +0000 Subject: [PATCH] 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](https://github.com/square/retrofit/compare/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](https://github.com/square/retrofit/compare/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](https://github.com/square/retrofit/compare/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] --- FlowCrypt/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 7135723aa..19b10d0ed 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -486,9 +486,9 @@ dependencies { //ACRA needs the following dependency to use a custom report sender implementation("com.google.auto.service:auto-service-annotations:1.1.1") - implementation("com.squareup.retrofit2:retrofit:2.11.0") - implementation("com.squareup.retrofit2:converter-gson:2.11.0") - implementation("com.squareup.retrofit2:converter-scalars:2.11.0") + implementation("com.squareup.retrofit2:retrofit:3.0.0") + implementation("com.squareup.retrofit2:converter-gson:3.0.0") + implementation("com.squareup.retrofit2:converter-scalars:3.0.0") implementation("com.squareup.okio:okio:3.11.0") implementation("com.squareup.okhttp3:logging-interceptor:4.12.0")