Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2025

Bumps the gradle group with 6 updates:

Package From To
com.squareup.retrofit2:retrofit 2.11.0 3.0.0
com.squareup.retrofit2:adapter-rxjava 2.11.0 3.0.0
com.squareup.retrofit2:converter-gson 2.11.0 3.0.0
com.amplifyframework:core 2.27.3 2.27.4
com.amplifyframework:aws-api 2.27.3 2.27.4
com.amplifyframework:aws-auth-cognito 2.27.3 2.27.4

Updates com.squareup.retrofit2:retrofit from 2.11.0 to 3.0.0

Release notes

Sourced from com.squareup.retrofit2:retrofit'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.
Changelog

Sourced from com.squareup.retrofit2:retrofit'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.
Commits

Updates com.squareup.retrofit2:adapter-rxjava from 2.11.0 to 3.0.0

Release notes

Sourced from com.squareup.retrofit2:adapter-rxjava'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.
Changelog

Sourced from com.squareup.retrofit2:adapter-rxjava'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.
Commits

Updates com.squareup.retrofit2:converter-gson from 2.11.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.
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.
Commits

Updates com.squareup.retrofit2:adapter-rxjava from 2.11.0 to 3.0.0

Release notes

Sourced from com.squareup.retrofit2:adapter-rxjava'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.
Changelog

Sourced from com.squareup.retrofit2:adapter-rxjava'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.
Commits

Updates com.squareup.retrofit2:converter-gson from 2.11.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.
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.
Commits

Updates com.amplifyframework:core from 2.27.3 to 2.27.4

Release notes

Sourced from com.amplifyframework:core's releases.

Amplify Android 2.27.4

Bug Fixes

  • auth: Fix passkey usage on Android < 13 devices (#3039)
  • auth: Update exception handling for devices that don't support passkeys (#3044)
  • auth: Remove WindowManager usage from DeviceDataCollector (#3061)
Changelog

Sourced from com.amplifyframework:core's changelog.

Release 2.27.4

Bug Fixes

  • auth: Fix passkey usage on Android < 13 devices (#3039)
  • auth: Update exception handling for devices that don't support passkeys (#3044)
  • auth: Remove WindowManager usage from DeviceDataCollector (#3061)

See all changes between 2.27.3 and 2.27.4

Commits
  • e31b961 release: Amplify Android 2.27.4 (#3062)
  • 319f5f1 fix(auth): Remove WindowManager usage from DeviceDataCollector (#3061)
  • a63c2b9 chore: Remove the amplify-tools tree (#3035)
  • fa4e4a7 fix(auth): Update exception handling for devices that don't support passkeys ...
  • ed8389b chore: Use codecov token for code report uploads (#3045)
  • 7a6ba86 chore: Update GitHub templates (#3042)
  • bfcbf8d fix(auth): Fix passkey usage on Android < 13 devices (#3039)
  • See full diff in compare view

Updates com.amplifyframework:aws-api from 2.27.3 to 2.27.4

Release notes

Sourced from com.amplifyframework:aws-api's releases.

Amplify Android 2.27.4

Bug Fixes

  • auth: Fix passkey usage on Android < 13 devices (#3039)
  • auth: Update exception handling for devices that don't support passkeys (#3044)
  • auth: Remove WindowManager usage from DeviceDataCollector (#3061)
Changelog

Sourced from com.amplifyframework:aws-api's changelog.

Release 2.27.4

Bug Fixes

  • auth: Fix passkey usage on Android < 13 devices (#3039)
  • auth: Update exception handling for devices that don't support passkeys (#3044)
  • auth: Remove WindowManager usage from DeviceDataCollector (#3061)

See all changes between 2.27.3 and 2.27.4

Commits
  • e31b961 release: Amplify Android 2.27.4 (#3062)
  • 319f5f1 fix(auth): Remove WindowManager usage from DeviceDataCollector (#3061)
  • a63c2b9 chore: Remove the amplify-tools tree (#3035)
  • fa4e4a7 fix(auth): Update exception handling for devices that don't support passkeys ...
  • ed8389b chore: Use codecov token for code report uploads (#3045)
  • 7a6ba86 chore: Update GitHub templates (#3042)
  • bfcbf8d fix(auth): Fix passkey usage on Android < 13 devices (#3039)
  • See full diff in compare view

Updates com.amplifyframework:aws-auth-cognito from 2.27.3 to 2.27.4

Release notes

Sourced from com.amplifyframework:aws-auth-cognito's releases.

Amplify Android 2.27.4

Bug Fixes

  • auth: Fix passkey usage on Android < 13 devices (#3039)
  • auth: Update exception handling for devices that don't support passkeys (#3044)
  • auth: Remove WindowManager usage from DeviceDataCollector (#3061)
Changelog

Sourced from com.amplifyframework:aws-auth-cognito's changelog.

Release 2.27.4

Bug Fixes

  • auth: Fix passkey usage on Android < 13 devices (#3039)
  • auth: Update exception handling for devices that don't support passkeys (#3044)
  • auth: Remove WindowManager usage from DeviceDataCollector (#3061)

See all changes between 2.27.3 and 2.27.4

Commits
  • e31b961 release: Amplify Android 2.27.4 (#3062)
  • 319f5f1 fix(auth): Remove WindowManager usage from DeviceDataCollector (#3061)
  • a63c2b9 chore: Remove the amplify-tools tree (#3035)
  • fa4e4a7 fix(auth): Update exception handling for devices that don't support passkeys ...
  • ed8389b chore: Use codecov token for code report uploads (#3045)
  • 7a6ba86 chore: Update GitHub templates (#3042)
  • bfcbf8d fix(auth): Fix passkey usage on Android < 13 devices (#3039)
  • See full diff in compare view

Updates com.amplifyframework:aws-api from 2.27.3 to 2.27.4

Release notes

Sourced from com.amplifyframework:aws-api's releases.

Amplify Android 2.27.4

Bug Fixes

  • auth: Fix passkey usage on Android < 13 devices (#3039)
  • auth: Update exception handling for devices that don't support passkeys (#3044)
  • auth: Remove WindowManager usage from DeviceDataCollector (#3061)
Changelog

Sourced from com.amplifyframework:aws-api's changelog.

Release 2.27.4

Bug Fixes

  • auth: Fix passkey usage on Android < 13 devices (#3039)
  • auth: Update exception handling for devices that don't support passkeys (#3044)
  • auth: Remove WindowManager usage from DeviceDataCollector (#3061)

See all changes between 2.27.3 and 2.27.4

Commits
  • e31b961 release: Amplify Android 2.27.4 (#3062)
  • 319f5f1 fix(auth): Remove WindowManager usage from DeviceDataCollector (#3061)
  • a63c2b9 chore: Remove the amplify-tools tree (#3035)
  • fa4e4a7 fix(auth): Update exception handling for devices that don't support passkeys ...
  • ed8389b chore: Use codecov token for code report uploads (#3045)
  • 7a6ba86 chore: Update GitHub templates (#3042)
  • bfcbf8d fix(auth): Fix passkey usage on Android < 13 devices (#3039)
  • See full diff in compare view

Updates com.amplifyframework:aws-auth-cognito from 2.27.3 to 2.27.4

Release notes

Sourced from com.amplifyframework:aws-auth-cognito's releases.

Amplify Android 2.27.4

Bug Fixes

  • auth: Fix passkey usage on Android < 13 devices (#3039)
  • auth: Update exception handling for devices that don't support passkeys (#3044)
  • auth: Remove WindowManager usage from DeviceDataCollector (#3061)
Changelog

Sourced from com.amplifyframework:aws-auth-cognito's changelog.

Release 2.27.4

Bug Fixes

  • auth: Fix passkey usage on Android < 13 devices (#3039)
  • auth: Update exception handling for devices that don't support passkeys (#3044)
  • auth: Remove WindowManager usage from DeviceDataCollector (#3061)

See all changes between 2.27.3 and 2.27.4

Commits
  • e31b961 release: Amplify Android 2.27.4 (#3062)
  • 319f5f1 fix(auth): Remove WindowManager usage from DeviceDataCollector (#3061)
  • a63c2b9 chore: Remove the amplify-tools tree (#3035)
  • fa4e4a7 fix(auth): Update exception handling for devices that don't support passkeys ...
  • ed8389b chore: Use codecov token for code report uploads (#3045)
  • 7a6ba86 chore: Update GitHub templates (#3042)
  • bfcbf8d fix(auth): Fix passkey usage on Android < 13 devices (#3039)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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

Bumps the gradle group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [com.squareup.retrofit2:retrofit](https://github.com/square/retrofit) | `2.11.0` | `3.0.0` |
| [com.squareup.retrofit2:adapter-rxjava](https://github.com/square/retrofit) | `2.11.0` | `3.0.0` |
| [com.squareup.retrofit2:converter-gson](https://github.com/square/retrofit) | `2.11.0` | `3.0.0` |
| [com.amplifyframework:core](https://github.com/aws-amplify/amplify-android) | `2.27.3` | `2.27.4` |
| [com.amplifyframework:aws-api](https://github.com/aws-amplify/amplify-android) | `2.27.3` | `2.27.4` |
| [com.amplifyframework:aws-auth-cognito](https://github.com/aws-amplify/amplify-android) | `2.27.3` | `2.27.4` |


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:adapter-rxjava` 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:adapter-rxjava` 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.amplifyframework:core` from 2.27.3 to 2.27.4
- [Release notes](https://github.com/aws-amplify/amplify-android/releases)
- [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md)
- [Commits](aws-amplify/amplify-android@release_v2.27.3...release_v2.27.4)

Updates `com.amplifyframework:aws-api` from 2.27.3 to 2.27.4
- [Release notes](https://github.com/aws-amplify/amplify-android/releases)
- [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md)
- [Commits](aws-amplify/amplify-android@release_v2.27.3...release_v2.27.4)

Updates `com.amplifyframework:aws-auth-cognito` from 2.27.3 to 2.27.4
- [Release notes](https://github.com/aws-amplify/amplify-android/releases)
- [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md)
- [Commits](aws-amplify/amplify-android@release_v2.27.3...release_v2.27.4)

Updates `com.amplifyframework:aws-api` from 2.27.3 to 2.27.4
- [Release notes](https://github.com/aws-amplify/amplify-android/releases)
- [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md)
- [Commits](aws-amplify/amplify-android@release_v2.27.3...release_v2.27.4)

Updates `com.amplifyframework:aws-auth-cognito` from 2.27.3 to 2.27.4
- [Release notes](https://github.com/aws-amplify/amplify-android/releases)
- [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md)
- [Commits](aws-amplify/amplify-android@release_v2.27.3...release_v2.27.4)

---
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: gradle
- dependency-name: com.squareup.retrofit2:adapter-rxjava
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle
- dependency-name: com.squareup.retrofit2:converter-gson
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle
- dependency-name: com.squareup.retrofit2:adapter-rxjava
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle
- dependency-name: com.squareup.retrofit2:converter-gson
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle
- dependency-name: com.amplifyframework:core
  dependency-version: 2.27.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: com.amplifyframework:aws-api
  dependency-version: 2.27.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: com.amplifyframework:aws-auth-cognito
  dependency-version: 2.27.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: com.amplifyframework:aws-api
  dependency-version: 2.27.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: com.amplifyframework:aws-auth-cognito
  dependency-version: 2.27.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 16, 2025
@poad poad merged commit b06fb2c into main May 16, 2025
3 checks passed
@poad poad deleted the dependabot/gradle/gradle-e45478e9ce branch May 16, 2025 13:35
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.

2 participants