Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Bumps the networking-dependencies group with 1 update: com.squareup.retrofit2:converter-gson.

Updates com.squareup.retrofit2:converter-gson from 2.9.0 to 3.0.0

Release notes

Sourced from com.squareup.retrofit2:converter-gson's releases.

3.0.0

Changed

  • Upgrade to OkHttp 4.12 (from 3.14).

    This is the version of OkHttp that is written in Kotlin, and as a result Retrofit now has a transitive Kotlin dependency. However, this is also the supported version of OkHttp whereas the previous version was out of support for nearly 4 years.

Note: The 3.x versions of Retrofit maintain forward binary-compatibility with the 2.x versions. This means libraries compiled against 2.x can still be used with the 3.x versions.

2.12.0

New

  • First-party converters now support deferring serialization to happen when the request body is written (i.e., during HTTP execution) rather than when the HTTP request is created. In some cases this moves conversion from a calling thread to a background thread, such as in the case when using Call.enqueue directly.

    The following converters support this feature through a new withStreaming() factory method:

    • Gson
    • Jackson
    • Moshi
    • Protobuf
    • Wire

Fixed

  • Primitive types used with @Tag now work by storing the value boxed with the boxed class as the key.

2.11.0

New

  • The built-in OptionalConverterFactory is now public to allow installing it before other converters which consume all types (e.g., Moshi, Gson, Jackson, etc.).

Fixed

  • Ensure that exceptions thrown from failure to parse method annotations can be observed by multiple threads/callers. Previously only the first caller would see the actual parsing exception and other callers would get a cryptic ClassCastException.

2.10.0

New

  • Support using Unit as a response type. This can be used for non-body HTTP methods like HEAD or body-containing HTTP methods like GET where the body will be discarded without deserialization.

  • kotlinx.serialization converter!

    This was imported from github.com/JakeWharton/retrofit2-kotlinx-serialization-converter/ and remains unchanged from its 1.0.0 release.

    The Maven coordinates are com.squareup.retrofit2:converter-kotlinx-serialization.

  • JAXB 3 converter!

... (truncated)

Changelog

Sourced from com.squareup.retrofit2:converter-gson's changelog.

3.0.0 - 2025-05-15

Changed

  • Upgrade to OkHttp 4.12 (from 3.14).

    This is the version of OkHttp that is written in Kotlin, and as a result Retrofit now has a transitive Kotlin dependency. However, this is also the supported version of OkHttp whereas the previous version was out of support for nearly 4 years.

Note: The 3.x versions of Retrofit maintain forward binary-compatibility with the 2.x versions. This means libraries compiled against 2.x can still be used with the 3.x versions.

2.12.0 - 2025-05-15

New

  • First-party converters now support deferring serialization to happen when the request body is written (i.e., during HTTP execution) rather than when the HTTP request is created. In some cases this moves conversion from a calling thread to a background thread, such as in the case when using Call.enqueue directly.

    The following converters support this feature through a new withStreaming() factory method:

    • Gson
    • Jackson
    • Moshi
    • Protobuf
    • Wire

Fixed

  • Primitive types used with @Tag now work by storing the value boxed with the boxed class as the key.

[2.11.0] - 2024-03-28

New

  • The built-in OptionalConverterFactory is now public to allow installing it before other converters which consume all types (e.g., Moshi, Gson, Jackson, etc.).

Fixed

  • Ensure that exceptions thrown from failure to parse method annotations can be observed by multiple threads/callers. Previously only the first caller would see the actual parsing exception and other callers would get a cryptic ClassCastException.

[2.10.0] - 2024-03-18

New

  • Support using Unit as a response type. This can be used for non-body HTTP methods like HEAD or body-containing HTTP methods like GET where the body will be discarded without deserialization.
  • kotlinx.serialization converter!

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.


Note

Update com.squareup.retrofit2:converter-gson from 2.9.0 to 3.0.0 in messaginginapp/build.gradle.

Written by Cursor Bugbot for commit f95439e. This will update automatically on new commits. Configure here.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot requested a review from a team June 2, 2025 10:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 2, 2025
@github-actions
Copy link

github-actions bot commented Jun 2, 2025

Sample app builds 📱

Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request.


@github-actions
Copy link

github-actions bot commented Jun 2, 2025

  • java_layout: Build failed. See CI job logs to determine the issue and try re-building.

@github-actions
Copy link

github-actions bot commented Jun 2, 2025

  • kotlin_compose: Build failed. See CI job logs to determine the issue and try re-building.

@dependabot dependabot bot force-pushed the dependabot/gradle/main/networking-dependencies-41a6a68e8f branch from c1ae249 to 5515013 Compare June 3, 2025 09:39
@github-actions
Copy link

github-actions bot commented Jun 3, 2025

  • java_layout: Build failed. See CI job logs to determine the issue and try re-building.

@github-actions
Copy link

github-actions bot commented Jun 3, 2025

  • kotlin_compose: Build failed. See CI job logs to determine the issue and try re-building.

@dependabot dependabot bot force-pushed the dependabot/gradle/main/networking-dependencies-41a6a68e8f branch from 5515013 to f6371ab Compare June 10, 2025 09:20
@github-actions
Copy link

  • kotlin_compose: Build failed. See CI job logs to determine the issue and try re-building.

@github-actions
Copy link

  • java_layout: Build failed. See CI job logs to determine the issue and try re-building.

@dependabot dependabot bot force-pushed the dependabot/gradle/main/networking-dependencies-41a6a68e8f branch from f6371ab to 7ea33d3 Compare June 17, 2025 10:02
@github-actions
Copy link

  • kotlin_compose: Build failed. See CI job logs to determine the issue and try re-building.

@github-actions
Copy link

  • java_layout: Build failed. See CI job logs to determine the issue and try re-building.

@dependabot dependabot bot force-pushed the dependabot/gradle/main/networking-dependencies-41a6a68e8f branch from 7ea33d3 to ad2a866 Compare July 1, 2025 10:00
@github-actions
Copy link

github-actions bot commented Jul 1, 2025

  • java_layout: Build failed. See CI job logs to determine the issue and try re-building.

@github-actions
Copy link

github-actions bot commented Jul 1, 2025

  • kotlin_compose: Build failed. See CI job logs to determine the issue and try re-building.

@dependabot dependabot bot force-pushed the dependabot/gradle/main/networking-dependencies-41a6a68e8f branch from ad2a866 to c910870 Compare July 8, 2025 09:59
@github-actions
Copy link

github-actions bot commented Jul 8, 2025

  • java_layout: Build failed. See CI job logs to determine the issue and try re-building.

@github-actions
Copy link

github-actions bot commented Jul 8, 2025

  • kotlin_compose: Build failed. See CI job logs to determine the issue and try re-building.

@dependabot dependabot bot force-pushed the dependabot/gradle/main/networking-dependencies-41a6a68e8f branch from c910870 to 7775354 Compare July 15, 2025 09:34
@github-actions
Copy link

  • kotlin_compose: Build failed. See CI job logs to determine the issue and try re-building.

@github-actions
Copy link

  • java_layout: Build failed. See CI job logs to determine the issue and try re-building.

@dependabot dependabot bot force-pushed the dependabot/gradle/main/networking-dependencies-41a6a68e8f branch from 7775354 to 91d0c0a Compare July 22, 2025 10:45
@github-actions
Copy link

  • java_layout: Build failed. See CI job logs to determine the issue and try re-building.

@github-actions
Copy link

  • kotlin_compose: Build failed. See CI job logs to determine the issue and try re-building.

@dependabot dependabot bot force-pushed the dependabot/gradle/main/networking-dependencies-41a6a68e8f branch from 91d0c0a to 6d9a6ed Compare July 29, 2025 09:24
@github-actions
Copy link

  • java_layout: Build failed. See CI job logs to determine the issue and try re-building.

@dependabot dependabot bot force-pushed the dependabot/gradle/main/networking-dependencies-41a6a68e8f branch from 886b398 to db68bd1 Compare August 19, 2025 09:22
@github-actions
Copy link

  • kotlin_compose: Build failed. See CI job logs to determine the issue and try re-building.

@github-actions
Copy link

  • java_layout: Build failed. See CI job logs to determine the issue and try re-building.

@dependabot dependabot bot force-pushed the dependabot/gradle/main/networking-dependencies-41a6a68e8f branch from db68bd1 to c3022f0 Compare August 26, 2025 10:00
cursor[bot]

This comment was marked as outdated.

@github-actions
Copy link

  • java_layout: Build failed. See CI job logs to determine the issue and try re-building.

@github-actions
Copy link

  • kotlin_compose: Build failed. See CI job logs to determine the issue and try re-building.

@dependabot dependabot bot force-pushed the dependabot/gradle/main/networking-dependencies-41a6a68e8f branch from c3022f0 to 0fec5e0 Compare September 2, 2025 09:08
@github-actions
Copy link

github-actions bot commented Sep 2, 2025

  • java_layout: Build failed. See CI job logs to determine the issue and try re-building.

@github-actions
Copy link

github-actions bot commented Sep 2, 2025

  • kotlin_compose: Build failed. See CI job logs to determine the issue and try re-building.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/gradle/main/networking-dependencies-41a6a68e8f branch from 0fec5e0 to 4e5c1da Compare September 30, 2025 09:07
@github-actions
Copy link

  • java_layout: Build failed. See CI job logs to determine the issue and try re-building.

@github-actions
Copy link

  • kotlin_compose: Build failed. See CI job logs to determine the issue and try re-building.

@dependabot dependabot bot force-pushed the dependabot/gradle/main/networking-dependencies-41a6a68e8f branch from 4e5c1da to ffd3ce5 Compare October 7, 2025 09:07
@github-actions
Copy link

github-actions bot commented Oct 7, 2025

  • java_layout: Build failed. See CI job logs to determine the issue and try re-building.

@github-actions
Copy link

github-actions bot commented Oct 7, 2025

  • kotlin_compose: Build failed. See CI job logs to determine the issue and try re-building.

@dependabot dependabot bot force-pushed the dependabot/gradle/main/networking-dependencies-41a6a68e8f branch from ffd3ce5 to f95439e Compare October 14, 2025 09:07
@github-actions
Copy link

  • java_layout: Build failed. See CI job logs to determine the issue and try re-building.

@github-actions
Copy link

  • kotlin_compose: Build failed. See CI job logs to determine the issue and try re-building.

@dependabot dependabot bot force-pushed the dependabot/gradle/main/networking-dependencies-41a6a68e8f branch from f95439e to 4d84ee0 Compare October 28, 2025 09:06
@github-actions
Copy link

  • java_layout: Build failed. See CI job logs to determine the issue and try re-building.

@github-actions
Copy link

  • kotlin_compose: Build failed. See CI job logs to determine the issue and try re-building.

@dependabot dependabot bot force-pushed the dependabot/gradle/main/networking-dependencies-41a6a68e8f branch from 4d84ee0 to bee3065 Compare November 4, 2025 09:08
@github-actions
Copy link

github-actions bot commented Nov 4, 2025

  • java_layout: Build failed. See CI job logs to determine the issue and try re-building.

@github-actions
Copy link

github-actions bot commented Nov 4, 2025

  • kotlin_compose: Build failed. See CI job logs to determine the issue and try re-building.

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>
@dependabot dependabot bot force-pushed the dependabot/gradle/main/networking-dependencies-41a6a68e8f branch from bee3065 to 008fbdb Compare November 25, 2025 09:05
@github-actions
Copy link

  • java_layout: Build failed. See CI job logs to determine the issue and try re-building.

@github-actions
Copy link

  • kotlin_compose: Build failed. See CI job logs to determine the issue and try re-building.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant