Skip to content

build(deps): Bump the all-gradle group across 1 directory with 14 updates#1042

Merged
CreativeCodeCat merged 1 commit intomainfrom
dependabot/gradle/all-gradle-9688e8321d
May 4, 2026
Merged

build(deps): Bump the all-gradle group across 1 directory with 14 updates#1042
CreativeCodeCat merged 1 commit intomainfrom
dependabot/gradle/all-gradle-9688e8321d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps the all-gradle group with 14 updates in the / directory:

Package From To
gradle-wrapper 9.4.1 9.5.0
androidx.navigation:navigation-fragment-ktx 2.9.7 2.9.8
androidx.navigation:navigation-ui-ktx 2.9.7 2.9.8
androidx.navigation:navigation-testing 2.9.7 2.9.8
androidx.compose.runtime:runtime-android 1.10.6 1.11.0
androidx.compose.material:material 1.10.6 1.11.0
androidx.compose.animation:animation 1.10.6 1.11.0
androidx.compose.ui:ui 1.10.6 1.11.0
androidx.compose.foundation:foundation 1.10.6 1.11.0
androidx.compose.ui:ui-tooling 1.10.6 1.11.0
androidx.compose.ui:ui-test-junit4 1.10.6 1.11.0
androidx.compose.ui:ui-test-manifest 1.10.6 1.11.0
org.jetbrains.kotlin.plugin.compose 2.3.20-206 2.3.21-305
com.google.devtools.ksp 2.3.6 2.3.7

Updates gradle-wrapper from 9.4.1 to 9.5.0

Release notes

Sourced from gradle-wrapper's releases.

9.5.0

The Gradle team is excited to announce Gradle 9.5.0.

Here are the highlights of this release:

  • Task provenance in reports and failure messages
  • Type-safe accessors for precompiled Kotlin Settings plugins

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: atm1020, mataha, Adam, Attila Kelemen, Benedikt Ritter, Björn Kautler, Caro Silva Rode, CHANHAN, Dmitry Nezavitin, Eng Zer Jun, KugelLibelle, Madalin Valceleanu, Markus Gaisbauer, Oliver Kopp, Philip Wedemann, ploober, Roberto Perez Alcolea, Rohit Anand, Suvrat Acharya, Ujwal Suresh Vanjare, Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 9.5.0 by updating your wrapper:

./gradlew wrapper --gradle-version=9.5.0 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

9.5.0 RC4

... (truncated)

Commits

Updates androidx.navigation:navigation-fragment-ktx from 2.9.7 to 2.9.8

Updates androidx.navigation:navigation-ui-ktx from 2.9.7 to 2.9.8

Updates androidx.navigation:navigation-testing from 2.9.7 to 2.9.8

Updates androidx.compose.runtime:runtime-android from 1.10.6 to 1.11.0

Updates androidx.compose.material:material from 1.10.6 to 1.11.0

Updates androidx.compose.animation:animation from 1.10.6 to 1.11.0

Updates androidx.compose.ui:ui from 1.10.6 to 1.11.0

Updates androidx.compose.foundation:foundation from 1.10.6 to 1.11.0

Updates androidx.compose.ui:ui-tooling from 1.10.6 to 1.11.0

Updates androidx.compose.ui:ui-test-junit4 from 1.10.6 to 1.11.0

Updates androidx.compose.ui:ui-test-manifest from 1.10.6 to 1.11.0

Updates org.jetbrains.kotlin.plugin.compose from 2.3.20-206 to 2.3.21-305

Release notes

Sourced from org.jetbrains.kotlin.plugin.compose's releases.

Kotlin 2.3.21

Changelog

Backend. Wasm

  • KT-84610 [Wasm] Failed to compile klibs in IC mode

Compiler

  • KT-84566 Prevent launching Default dispatcher threads from IJ SDK in kotlin compiler
  • KT-85358 Native: roll back the workaround for KT-84678 once MapLibre has been properly fixed
  • KT-85626 @JvmRecord in commonMain breaks compileCommonMainKotlinMetadata with "Cannot access 'java.lang.Record'"
  • KT-85405 Postpone/Revert DontIgnoreUpperBoundViolatedOnImplicitArguments
  • KT-84678 K/N: Undefined symbol from SPM-added ObjC frameworks when linking iOS target
  • KT-85021 False positive SUBCLASS_CANT_CALL_COMPANION_PROTECTED_NON_STATIC error in multi-module project

JavaScript

  • KT-82395 Support top-level declarations from compiler plugins in JS incremental compilation
  • KT-84475 K/JS: false-positive exportability warnings in multi-module project
  • KT-84633 Kotlin/JS: "Serializer for class not found" error when IR output granularity is whole-program
  • KT-85047 Kotlin/JS: @JsStatic on suspend fun of class companion generates incorrect d.ts
  • KT-84517 K/JS: bad mappings data in outputted Kotlin stdlib source map

Libraries

  • KT-71848 Kotlinx.metadata: Add CompilerPluginData into Km API

Native. C and ObjC Import

  • KT-85399 Kotlin/Native: TypeCastException when casting ObjC Protocol MetaClass with genericSafeCasts enabled
  • KT-85508 K/N: TypeCastException when using nw_parameters_create_secure_tcp block parameter on 2.3.20

Tools. Gradle

  • KT-84729 Update Gradle plugin-publish version to enable configuration cache badge on Gradle plugins portal

Tools. Gradle. Compiler plugins

  • KT-85257 AGP/Compose: MergeMappingFileTask clears R8 artifacts due to @OutputDirectory annotation on AGP 9.1+

Tools. Scripts

  • KT-85105 Scripts: JVM backend internal error (IR lowering) when scratch file contains anonymous object
  • KT-85103 Exception while generating code when explain destructuring decls
  • KT-84842 scriptCompilationClasspathFromContext behavior changed from 2.3.10 to 2.3.20
  • KT-85029 Kotlin Scripting: ScriptDiagnostic reports "at null" instead of error location

Tools. Statistics (FUS)

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.plugin.compose's changelog.

2.3.21

Backend. Wasm

  • KT-84610 [Wasm] Failed to compile klibs in IC mode

Compiler

  • KT-84566 Prevent launching Default dispatcher threads from IJ SDK in kotlin compiler
  • KT-85358 Native: roll back the workaround for KT-84678 once MapLibre has been properly fixed
  • KT-85626 @JvmRecord in commonMain breaks compileCommonMainKotlinMetadata with "Cannot access 'java.lang.Record'"
  • KT-85405 Postpone/Revert DontIgnoreUpperBoundViolatedOnImplicitArguments
  • KT-84678 K/N: Undefined symbol from SPM-added ObjC frameworks when linking iOS target
  • KT-85021 False positive SUBCLASS_CANT_CALL_COMPANION_PROTECTED_NON_STATIC error in multi-module project

JavaScript

  • KT-82395 Support top-level declarations from compiler plugins in JS incremental compilation
  • KT-84475 K/JS: false-positive exportability warnings in multi-module project
  • KT-84633 Kotlin/JS: "Serializer for class not found" error when IR output granularity is whole-program
  • KT-85047 Kotlin/JS: @JsStatic on suspend fun of class companion generates incorrect d.ts
  • KT-84517 K/JS: bad mappings data in outputted Kotlin stdlib source map

Libraries

  • KT-71848 Kotlinx.metadata: Add CompilerPluginData into Km API

Native. C and ObjC Import

  • KT-85399 Kotlin/Native: TypeCastException when casting ObjC Protocol MetaClass with genericSafeCasts enabled
  • KT-85508 K/N: TypeCastException when using nw_parameters_create_secure_tcp block parameter on 2.3.20

Tools. Gradle

  • KT-84729 Update Gradle plugin-publish version to enable configuration cache badge on Gradle plugins portal

Tools. Gradle. Compiler plugins

  • KT-85257 AGP/Compose: MergeMappingFileTask clears R8 artifacts due to @OutputDirectory annotation on AGP 9.1+

Tools. Scripts

  • KT-85105 Scripts: JVM backend internal error (IR lowering) when scratch file contains anonymous object
  • KT-85103 Exception while generating code when explain destructuring decls
  • KT-84842 scriptCompilationClasspathFromContext behavior changed from 2.3.10 to 2.3.20
  • KT-85029 Kotlin Scripting: ScriptDiagnostic reports "at null" instead of error location

Tools. Statistics (FUS)

  • KT-85628 KGP: composite build FUS metrics fail on access of 'configurationTimeMetrics'

... (truncated)

Commits
  • 6e17269 [K/N] request iphone16pro,version 18.3 for the Firebase tests
  • fea1ad8 Add ChangeLog for 2.3.21-RC2
  • 09c341e disable swift export execution tests in order to update macos
  • 67a0868 Avoid accessing KotlinNativeLink taskProvider when task was not executed
  • f89e5db [K/N] Disable TSAN in runtime tests
  • 45d6c85 [K/N] Don't generate generic safe casts for Objective-C types
  • 9261a6f [K/N][tests] Add a reproducer for KT-85508
  • c9ab9db [K/N][tests] Add a reproducer for KT-85399
  • 502e844 Explain: fix for destructuring declarations
  • 0c26485 Explain: fix for object literals
  • Additional commits viewable in compare view

Updates com.google.devtools.ksp from 2.3.6 to 2.3.7

Release notes

Sourced from com.google.devtools.ksp's releases.

2.3.7

What's Changed

  • Bumped Kotlin target language version to 2.3 (#2821)
  • Fixed crash caused by upstream dependency (#2856)
  • Fixed support for Gradle Isolated Projects (#2844)

Contributors

  • Thanks to everyone who reported bugs and participated in discussions!

Full Changelog: google/ksp@2.3.6...2.3.7

Commits
  • 94f2104 Move AnnotationResolutionStrategy-related files to common dir
  • 98fb4c7 Add infrastructure for declaring test annotations
  • 25c30c3 Update test output
  • cd0eb19 Update AnnotationsInDependenciesProcessor output with line numbers
  • 1a7d8da Fix crash in PsiResolutionStrategy for annotations with nullable fqn (#2864)
  • 3a5f866 Remove KtEntry type
  • 0b3b39e Update codeowners
  • 8b309d5 Add more information to error message
  • f50f2f7 Add comment on performance
  • e142fd7 Handle missing cases in CollectAnnotatedSymbolsPsiVisitor
  • Additional commits viewable 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 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

…ates

Bumps the all-gradle group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.4.1` | `9.5.0` |
| androidx.navigation:navigation-fragment-ktx | `2.9.7` | `2.9.8` |
| androidx.navigation:navigation-ui-ktx | `2.9.7` | `2.9.8` |
| androidx.navigation:navigation-testing | `2.9.7` | `2.9.8` |
| androidx.compose.runtime:runtime-android | `1.10.6` | `1.11.0` |
| androidx.compose.material:material | `1.10.6` | `1.11.0` |
| androidx.compose.animation:animation | `1.10.6` | `1.11.0` |
| androidx.compose.ui:ui | `1.10.6` | `1.11.0` |
| androidx.compose.foundation:foundation | `1.10.6` | `1.11.0` |
| androidx.compose.ui:ui-tooling | `1.10.6` | `1.11.0` |
| androidx.compose.ui:ui-test-junit4 | `1.10.6` | `1.11.0` |
| androidx.compose.ui:ui-test-manifest | `1.10.6` | `1.11.0` |
| [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.3.20-206` | `2.3.21-305` |
| [com.google.devtools.ksp](https://github.com/google/ksp) | `2.3.6` | `2.3.7` |



Updates `gradle-wrapper` from 9.4.1 to 9.5.0
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.4.1...v9.5.0)

Updates `androidx.navigation:navigation-fragment-ktx` from 2.9.7 to 2.9.8

Updates `androidx.navigation:navigation-ui-ktx` from 2.9.7 to 2.9.8

Updates `androidx.navigation:navigation-testing` from 2.9.7 to 2.9.8

Updates `androidx.compose.runtime:runtime-android` from 1.10.6 to 1.11.0

Updates `androidx.compose.material:material` from 1.10.6 to 1.11.0

Updates `androidx.compose.animation:animation` from 1.10.6 to 1.11.0

Updates `androidx.compose.ui:ui` from 1.10.6 to 1.11.0

Updates `androidx.compose.foundation:foundation` from 1.10.6 to 1.11.0

Updates `androidx.compose.ui:ui-tooling` from 1.10.6 to 1.11.0

Updates `androidx.compose.ui:ui-test-junit4` from 1.10.6 to 1.11.0

Updates `androidx.compose.ui:ui-test-manifest` from 1.10.6 to 1.11.0

Updates `org.jetbrains.kotlin.plugin.compose` from 2.3.20-206 to 2.3.21-305
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@build-2.3.20-206...build-2.3.21-305)

Updates `com.google.devtools.ksp` from 2.3.6 to 2.3.7
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.3.6...2.3.7)

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gradle
- dependency-name: androidx.navigation:navigation-fragment-ktx
  dependency-version: 2.9.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-gradle
- dependency-name: androidx.navigation:navigation-ui-ktx
  dependency-version: 2.9.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-gradle
- dependency-name: androidx.navigation:navigation-testing
  dependency-version: 2.9.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-gradle
- dependency-name: androidx.compose.runtime:runtime-android
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gradle
- dependency-name: androidx.compose.material:material
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gradle
- dependency-name: androidx.compose.animation:animation
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gradle
- dependency-name: androidx.compose.ui:ui
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gradle
- dependency-name: androidx.compose.foundation:foundation
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gradle
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gradle
- dependency-name: androidx.compose.ui:ui-test-junit4
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gradle
- dependency-name: androidx.compose.ui:ui-test-manifest
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gradle
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-version: 2.3.21-305
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-gradle
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-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 4, 2026
@CreativeCodeCat CreativeCodeCat merged commit 12d6284 into main May 4, 2026
1 of 5 checks passed
@CreativeCodeCat CreativeCodeCat deleted the dependabot/gradle/all-gradle-9688e8321d branch May 4, 2026 17:26
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