An open index of dependabot pull requests across open source projects.

Bump the gradle group across 1 directory with 5 updates

Closed
Number: #406
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 2
Created: June 23, 2025 at 03:01 PM UTC
(3 months ago)
Updated: June 25, 2025 at 12:42 PM UTC
(3 months ago)
Closed: June 25, 2025 at 12:42 PM UTC
(3 months ago)
Time to Close: 2 days
Labels:
dependencies java
Assignees:
poad
Description:

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
Pull Request Statistics
Commits:
1
Files Changed:
1
Additions:
+2
Deletions:
-2
Package Dependencies
Ecosystem:
maven
Version Change:
2.1.21 → 2.2.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
2.1.21 → 2.2.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
2.27.4 → 2.28.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
2.27.4 → 2.28.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
2.27.4 → 2.28.0
Update Type:
Minor
Technical Details
ID: 2070286
UUID: 2611968171
Node ID: PR_kwDOGXSYqs6br3ir
Host: GitHub
Repository: poad/android-tiny-device-flow-client
Mergeable: Yes
Merge State: Clean