Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the gradle group with 5 updates in the / directory:

Package From To
org.jetbrains.kotlin:kotlin-gradle-plugin 2.1.21 2.2.0
org.jetbrains.kotlin:kotlin-stdlib 2.1.21 2.2.0
com.amplifyframework:core 2.27.4 2.28.0
com.amplifyframework:aws-api 2.27.4 2.28.0
com.amplifyframework:aws-auth-cognito 2.27.4 2.28.0

Updates org.jetbrains.kotlin:kotlin-gradle-plugin from 2.1.21 to 2.2.0

Release notes

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.

Kotlin 2.2.0-RC3

Changelog

Compiler

  • KT-77301 False positive Context Parameter resolution when using DslMarker

JavaScript

  • KT-78073 K/JS: KProperty from local delegate changes after another delegate is invoked

Klibs

  • KT-78168 K/N: "IndexOutOfBoundsException: Index 3 out of bounds for length 3" for iOS build with Kotlin 2.2.0-RC2

Kotlin 2.2.0-RC2

Changelog

Backend. Wasm

  • KT-77622 K/Wasm: investigate CMP crash on mobile Safari

Compiler

  • KT-77220 Annotation with EXPRESSION is not allowed on lambdas in Kotlin 2.2.0

Compose compiler

  • b/420729503 Avoid copying @Deprecated annotations on Compose compiler stubs
  • b/417412949 Emit fake line number for skipToGroupEnd branch

IR. Tree

  • KT-77508 K/JS and K/Native CompilationException Wrong number of parameters in wrapper

JVM. Reflection

  • KT-77663 Reflection: java.util.ServiceConfigurationError: "module kotlin.reflect does not declare uses" when using kotlin-reflect in modular mode

Tools. CLI

  • KT-77445 UNRESOLVED_REFERENCE when importing classes from kotlin-stdlib

Tools. Gradle. Multiplatform

  • KT-77404 The kotlin-stdlib and annotations are missing from commonTest dependencies with 2.2.0-Beta1

Kotlin 2.2.0-RC

Changelog

... (truncated)

Commits

Updates org.jetbrains.kotlin:kotlin-stdlib from 2.1.21 to 2.2.0

Release notes

Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases.

Kotlin 2.2.0-RC3

Changelog

Compiler

  • KT-77301 False positive Context Parameter resolution when using DslMarker

JavaScript

  • KT-78073 K/JS: KProperty from local delegate changes after another delegate is invoked

Klibs

  • KT-78168 K/N: "IndexOutOfBoundsException: Index 3 out of bounds for length 3" for iOS build with Kotlin 2.2.0-RC2

Kotlin 2.2.0-RC2

Changelog

Backend. Wasm

  • KT-77622 K/Wasm: investigate CMP crash on mobile Safari

Compiler

  • KT-77220 Annotation with EXPRESSION is not allowed on lambdas in Kotlin 2.2.0

Compose compiler

  • b/420729503 Avoid copying @Deprecated annotations on Compose compiler stubs
  • b/417412949 Emit fake line number for skipToGroupEnd branch

IR. Tree

  • KT-77508 K/JS and K/Native CompilationException Wrong number of parameters in wrapper

JVM. Reflection

  • KT-77663 Reflection: java.util.ServiceConfigurationError: "module kotlin.reflect does not declare uses" when using kotlin-reflect in modular mode

Tools. CLI

  • KT-77445 UNRESOLVED_REFERENCE when importing classes from kotlin-stdlib

Tools. Gradle. Multiplatform

  • KT-77404 The kotlin-stdlib and annotations are missing from commonTest dependencies with 2.2.0-Beta1

Kotlin 2.2.0-RC

Changelog

... (truncated)

Commits

Updates org.jetbrains.kotlin:kotlin-stdlib from 2.1.21 to 2.2.0

Release notes

Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases.

Kotlin 2.2.0-RC3

Changelog

Compiler

  • KT-77301 False positive Context Parameter resolution when using DslMarker

JavaScript

  • KT-78073 K/JS: KProperty from local delegate changes after another delegate is invoked

Klibs

  • KT-78168 K/N: "IndexOutOfBoundsException: Index 3 out of bounds for length 3" for iOS build with Kotlin 2.2.0-RC2

Kotlin 2.2.0-RC2

Changelog

Backend. Wasm

  • KT-77622 K/Wasm: investigate CMP crash on mobile Safari

Compiler

  • KT-77220 Annotation with EXPRESSION is not allowed on lambdas in Kotlin 2.2.0

Compose compiler

  • b/420729503 Avoid copying @Deprecated annotations on Compose compiler stubs
  • b/417412949 Emit fake line number for skipToGroupEnd branch

IR. Tree

  • KT-77508 K/JS and K/Native CompilationException Wrong number of parameters in wrapper

JVM. Reflection

  • KT-77663 Reflection: java.util.ServiceConfigurationError: "module kotlin.reflect does not declare uses" when using kotlin-reflect in modular mode

Tools. CLI

  • KT-77445 UNRESOLVED_REFERENCE when importing classes from kotlin-stdlib

Tools. Gradle. Multiplatform

  • KT-77404 The kotlin-stdlib and annotations are missing from commonTest dependencies with 2.2.0-Beta1

Kotlin 2.2.0-RC

Changelog

... (truncated)

Commits

Updates com.amplifyframework:core from 2.27.4 to 2.28.0

Release notes

Sourced from com.amplifyframework:core's releases.

Amplify Android 2.28.0

Bug Fixes

  • auth: Emit SIGNED_IN event after autoSignIn (#3068)
  • storage: Improve exception handling when attempting to overwrite a file during download (#3056)

Miscellaneous

  • fix(data) Stabilize API/Auth tests (#3065)
Changelog

Sourced from com.amplifyframework:core's changelog.

Release 2.28.0

Bug Fixes

  • auth: Emit SIGNED_IN event after autoSignIn (#3068)
  • storage: Improve exception handling when attempting to overwrite a file during download (#3056)

Miscellaneous

  • fix(data) Stabilize API/Auth tests (#3065)

See all changes between 2.27.4 and 2.28.0

Commits
  • 3530d00 release: Amplify Android 2.28.0 (#3075)
  • ae14a5c chore: Fix unclosed databases in WorkManager tests (#3070)
  • c365bd7 fix(storage): Improve exception handling when attempting to overwrite a file ...
  • 23d6e6d fix(auth): Emit SIGNED_IN event after autoSignIn (#3068)
  • 04209f9 chore: Modularize Integration Test Runs (#3073)
  • 6b78fef chore: Add logging fix that was missed in changelog generation (#3066)
  • 1b214c5 chore: Upgrade kover to latest release (#3069)
  • c14e005 chore: Update sonatype endpoint for publishing (#3071)
  • 038707a feat(events): AppSync Events Library (#3046)
  • efef6b1 fix(data) Stabilize API/Auth tests (#3065)
  • See full diff in compare view

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

Release notes

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

Amplify Android 2.28.0

Bug Fixes

  • auth: Emit SIGNED_IN event after autoSignIn (#3068)
  • storage: Improve exception handling when attempting to overwrite a file during download (#3056)

Miscellaneous

  • fix(data) Stabilize API/Auth tests (#3065)
Changelog

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

Release 2.28.0

Bug Fixes

  • auth: Emit SIGNED_IN event after autoSignIn (#3068)
  • storage: Improve exception handling when attempting to overwrite a file during download (#3056)

Miscellaneous

  • fix(data) Stabilize API/Auth tests (#3065)

See all changes between 2.27.4 and 2.28.0

Commits
  • 3530d00 release: Amplify Android 2.28.0 (#3075)
  • ae14a5c chore: Fix unclosed databases in WorkManager tests (#3070)
  • c365bd7 fix(storage): Improve exception handling when attempting to overwrite a file ...
  • 23d6e6d fix(auth): Emit SIGNED_IN event after autoSignIn (#3068)
  • 04209f9 chore: Modularize Integration Test Runs (#3073)
  • 6b78fef chore: Add logging fix that was missed in changelog generation (#3066)
  • 1b214c5 chore: Upgrade kover to latest release (#3069)
  • c14e005 chore: Update sonatype endpoint for publishing (#3071)
  • 038707a feat(events): AppSync Events Library (#3046)
  • efef6b1 fix(data) Stabilize API/Auth tests (#3065)
  • See full diff in compare view

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

Release notes

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

Amplify Android 2.28.0

Bug Fixes

  • auth: Emit SIGNED_IN event after autoSignIn (#3068)
  • storage: Improve exception handling when attempting to overwrite a file during download (#3056)

Miscellaneous

  • fix(data) Stabilize API/Auth tests (#3065)
Changelog

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

Release 2.28.0

Bug Fixes

  • auth: Emit SIGNED_IN event after autoSignIn (#3068)
  • storage: Improve exception handling when attempting to overwrite a file during download (#3056)

Miscellaneous

  • fix(data) Stabilize API/Auth tests (#3065)

See all changes between 2.27.4 and 2.28.0

Commits
  • 3530d00 release: Amplify Android 2.28.0 (#3075)
  • ae14a5c chore: Fix unclosed databases in WorkManager tests (#3070)
  • c365bd7 fix(storage): Improve exception handling when attempting to overwrite a file ...
  • 23d6e6d fix(auth): Emit SIGNED_IN event after autoSignIn (#3068)
  • 04209f9 chore: Modularize Integration Test Runs (#3073)
  • 6b78fef chore: Add logging fix that was missed in changelog generation (#3066)
  • 1b214c5 chore: Upgrade kover to latest release (#3069)
  • c14e005 chore: Update sonatype endpoint for publishing (#3071)
  • 038707a feat(events): AppSync Events Library (#3046)
  • efef6b1 fix(data) Stabilize API/Auth tests (#3065)
  • See full diff in compare view

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

Release notes

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

Amplify Android 2.28.0

Bug Fixes

  • auth: Emit SIGNED_IN event after autoSignIn (#3068)
  • storage: Improve exception handling when attempting to overwrite a file during download (#3056)

Miscellaneous

  • fix(data) Stabilize API/Auth tests (#3065)
Changelog

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

Release 2.28.0

Bug Fixes

  • auth: Emit SIGNED_IN event after autoSignIn (#3068)
  • storage: Improve exception handling when attempting to overwrite a file during download (#3056)

Miscellaneous

  • fix(data) Stabilize API/Auth tests (#3065)

See all changes between 2.27.4 and 2.28.0

Commits
  • 3530d00 release: Amplify Android 2.28.0 (#3075)
  • ae14a5c chore: Fix unclosed databases in WorkManager tests (#3070)
  • c365bd7 fix(storage): Improve exception handling when attempting to overwrite a file ...
  • 23d6e6d fix(auth): Emit SIGNED_IN event after autoSignIn (#3068)
  • 04209f9 chore: Modularize Integration Test Runs (#3073)
  • 6b78fef chore: Add logging fix that was missed in changelog generation (#3066)
  • 1b214c5 chore: Upgrade kover to latest release (#3069)
  • c14e005 chore: Update sonatype endpoint for publishing (#3071)
  • 038707a feat(events): AppSync Events Library (#3046)
  • efef6b1 fix(data) Stabilize API/Auth tests (#3065)
  • See full diff in compare view

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

Release notes

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

Amplify Android 2.28.0

Bug Fixes

  • auth: Emit SIGNED_IN event after autoSignIn (#3068)
  • storage: Improve exception handling when attempting to overwrite a file during download (#3056)

Miscellaneous

  • fix(data) Stabilize API/Auth tests (#3065)
Changelog

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

Release 2.28.0

Bug Fixes

  • auth: Emit SIGNED_IN event after autoSignIn (#3068)
  • storage: Improve exception handling when attempting to overwrite a file during download (#3056)

Miscellaneous

  • fix(data) Stabilize API/Auth tests (#3065)

See all changes between 2.27.4 and 2.28.0

Commits
  • 3530d00 release: Amplify Android 2.28.0 (#3075)
  • ae14a5c chore: Fix unclosed databases in WorkManager tests (#3070)
  • c365bd7 fix(storage): Improve exception handling when attempting to overwrite a file ...
  • 23d6e6d fix(auth): Emit SIGNED_IN event after autoSignIn (#3068)
  • 04209f9 chore: Modularize Integration Test Runs (#3073)
  • 6b78fef chore: Add logging fix that was missed in changelog generation (#3066)
  • 1b214c5 chore: Upgrade kover to latest release (#3069)
  • c14e005 chore: Update sonatype endpoint for publishing (#3071)
  • 038707a feat(events): AppSync Events Library (#3046)
  • efef6b1 fix(data) Stabilize API/Auth tests (#3065)
  • 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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.1.21` | `2.2.0` |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.1.21` | `2.2.0` |
| [com.amplifyframework:core](https://github.com/aws-amplify/amplify-android) | `2.27.4` | `2.28.0` |
| [com.amplifyframework:aws-api](https://github.com/aws-amplify/amplify-android) | `2.27.4` | `2.28.0` |
| [com.amplifyframework:aws-auth-cognito](https://github.com/aws-amplify/amplify-android) | `2.27.4` | `2.28.0` |



Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.1.21 to 2.2.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.1.21 to 2.2.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.1.21 to 2.2.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `com.amplifyframework:core` from 2.27.4 to 2.28.0
- [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.4...release_v2.28.0)

Updates `com.amplifyframework:aws-api` from 2.27.4 to 2.28.0
- [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.4...release_v2.28.0)

Updates `com.amplifyframework:aws-auth-cognito` from 2.27.4 to 2.28.0
- [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.4...release_v2.28.0)

Updates `com.amplifyframework:aws-api` from 2.27.4 to 2.28.0
- [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.4...release_v2.28.0)

Updates `com.amplifyframework:aws-auth-cognito` from 2.27.4 to 2.28.0
- [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.4...release_v2.28.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.amplifyframework:core
  dependency-version: 2.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.amplifyframework:aws-api
  dependency-version: 2.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.amplifyframework:aws-auth-cognito
  dependency-version: 2.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.amplifyframework:aws-api
  dependency-version: 2.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.amplifyframework:aws-auth-cognito
  dependency-version: 2.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Jun 23, 2025
@amazon-q-developer
Copy link
Contributor

🔴 I'm not able to complete the request because you reached your monthly usage limit for this feature. Register your Amazon Q Developer app installation with your AWS account to increase your usage limit. Learn more

Request ID : 32111f00-7dc5-42f0-a879-8176b4779a5c

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 25, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 25, 2025
@dependabot dependabot bot deleted the dependabot/gradle/gradle-d39a970459 branch June 25, 2025 12:42
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