chore: bump the gradle-all group with 8 updates - #56
Conversation
Bumps the gradle-all group with 8 updates: | Package | From | To | | --- | --- | --- | | androidx.compose:compose-bom | `2026.08.00` | `2026.09.00` | | androidx.navigation:navigation-compose | `2.10.0` | `2.10.1` | | androidx.room:room-runtime | `2.8.4` | `2.8.5` | | androidx.room:room-compiler | `2.8.4` | `2.8.5` | | [org.robolectric:robolectric](https://github.com/robolectric/robolectric) | `4.16.1` | `4.17` | | [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.4.10` | `2.4.20` | | [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `2.4.10` | `2.4.20` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.3.11` | `2.3.12` | Updates `androidx.compose:compose-bom` from 2026.08.00 to 2026.09.00 Updates `androidx.navigation:navigation-compose` from 2.10.0 to 2.10.1 Updates `androidx.room:room-runtime` from 2.8.4 to 2.8.5 Updates `androidx.room:room-compiler` from 2.8.4 to 2.8.5 Updates `androidx.room:room-compiler` from 2.8.4 to 2.8.5 Updates `org.robolectric:robolectric` from 4.16.1 to 4.17 - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](robolectric/robolectric@robolectric-4.16.1...robolectric-4.17) Updates `org.jetbrains.kotlin.plugin.compose` from 2.4.10 to 2.4.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.4.10...v2.4.20) Updates `org.jetbrains.kotlin.plugin.serialization` from 2.4.10 to 2.4.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.4.10...v2.4.20) Updates `org.jetbrains.kotlin.plugin.serialization` from 2.4.10 to 2.4.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.4.10...v2.4.20) Updates `com.google.devtools.ksp` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.3.11...2.3.12) --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2026.09.00 dependency-type: direct:production dependency-group: gradle-all - dependency-name: androidx.navigation:navigation-compose dependency-version: 2.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-all - dependency-name: androidx.room:room-runtime dependency-version: 2.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-all - dependency-name: androidx.room:room-compiler dependency-version: 2.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-all - dependency-name: androidx.room:room-compiler dependency-version: 2.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-all - dependency-name: org.robolectric:robolectric dependency-version: '4.17' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-all - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.4.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-all - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-version: 2.4.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-all - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-version: 2.4.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-all - dependency-name: com.google.devtools.ksp dependency-version: 2.3.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-all ... Signed-off-by: dependabot[bot] <support@github.com>
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (5)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
…hier
Robolectric 4.17 monte l'application en passant par `ApplicationSharedMemory`,
apparu avec Android 16 — le `targetSdk` 36 qu'il simule. Ce chemin n'existait
pas en 4.16.1.
L'appel manipule les entrailles d'un descripteur de fichier via
`jdk.internal.access`, que le JDK n'exporte plus vers le module anonyme. Faute
de quoi *tous* les tests Robolectric tombent avant d'avoir commencé :
Failed to interact with raw FileDescriptor internals; perhaps JRE has changed?
Caused by: IllegalAccessException: ... cannot access class
jdk.internal.access.SharedSecrets (in module java.base)
Reproduit en local (JDK 25) comme en intégration continue (JDK 21), et vérifié
dans l'autre sens : sans cette ligne, les 18 tests de `PreferencesStoreTest`
échouent ; avec elle, les 455 de la suite passent.
Claude-Session: https://claude.ai/code/session_01DuAkELCtDsv9D4YmcMXESQ
|
La CI échouait sur tous les tests Robolectric, pas sur le code applicatif. La cause. Robolectric 4.17 monte l'application en passant par Le correctif tient en un argument de JVM sur les tâches de test : Vérifié dans les deux sens. Reproduit en local (JDK 25) comme ici (JDK 21) ; Un point qui ne relève pas de cette PR. En vérifiant, j'ai trouvé un Il n'est pas dû à ce bump : il apparaît à l'identique sur |
Bumps the gradle-all group with 8 updates:
2026.08.002026.09.002.10.02.10.12.8.42.8.52.8.42.8.54.16.14.172.4.102.4.202.4.102.4.202.3.112.3.12Updates
androidx.compose:compose-bomfrom 2026.08.00 to 2026.09.00Updates
androidx.navigation:navigation-composefrom 2.10.0 to 2.10.1Updates
androidx.room:room-runtimefrom 2.8.4 to 2.8.5Updates
androidx.room:room-compilerfrom 2.8.4 to 2.8.5Updates
androidx.room:room-compilerfrom 2.8.4 to 2.8.5Updates
org.robolectric:robolectricfrom 4.16.1 to 4.17Release notes
Sourced from org.robolectric:robolectric's releases.
... (truncated)
Commits
0706415Bump version to 4.17.f3c17bdBump version to 4.17-beta-4.04b84f6"fixed ResTable_package.SIZEOF valuef4ee543Apply suggestion from@gemini-code-assist[bot]fb99bfbExpose BouncyCastle BoM as api dependencya453192Fix Javadoc forVersionCalculator6f26892Bump version to 4.17-beta-3ceffe96Only adjust frameinfo timestamp values (including vsync).ea5879fAdd opt-in fix for stale screenshots on SDK 37.8bea421Fix jank log spam on SDK 37+ by translating FrameInfo timestamps.Updates
org.jetbrains.kotlin.plugin.composefrom 2.4.10 to 2.4.20Release notes
Sourced from org.jetbrains.kotlin.plugin.compose's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.plugin.compose's changelog.
... (truncated)
Commits
890ac1dAdd Changelog for 2.4.20-RC38860aed🍒 [FIR] Fix suspend conversion when expected type is nullable (#7769)ab5bcd9Edit ChangeLog for 2.4.20-RC29464edcAdd ChangeLog for 2.4.20-RC20261e43Cherry-pick "FixasBodyAndResultVarcall in `visitInlinedLambdaInComposable...0763513[box-tests] Workaround for klib compatibility tests (#7626)045aec6[Wasm] Append scripts from webpack.config.d in the end of the file (#7615)cd7173b🍒 [2.4.20] [K/JS] Keep associated obj annotation only if getInstance survives...d36a2ffCastsOptimizationPass: break aliases cycles (#7578)8664983[CLI] Restore custom IC search scope creationUpdates
org.jetbrains.kotlin.plugin.serializationfrom 2.4.10 to 2.4.20Release notes
Sourced from org.jetbrains.kotlin.plugin.serialization's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.plugin.serialization's changelog.
... (truncated)
Commits
890ac1dAdd Changelog for 2.4.20-RC38860aed🍒 [FIR] Fix suspend conversion when expected type is nullable (#7769)ab5bcd9Edit ChangeLog for 2.4.20-RC29464edcAdd ChangeLog for 2.4.20-RC20261e43Cherry-pick "FixasBodyAndResultVarcall in `visitInlinedLambdaInComposable...0763513[box-tests] Workaround for klib compatibility tests (#7626)045aec6[Wasm] Append scripts from webpack.config.d in the end of the file (#7615)cd7173b🍒 [2.4.20] [K/JS] Keep associated obj annotation only if getInstance survives...d36a2ffCastsOptimizationPass: break aliases cycles (#7578)8664983[CLI] Restore custom IC search scope creationUpdates
org.jetbrains.kotlin.plugin.serializationfrom 2.4.10 to 2.4.20Release notes
Sourced from org.jetbrains.kotlin.plugin.serialization's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.plugin.serialization's changelog.
... (truncated)
Commits
890ac1dAdd Changelog for 2.4.20-RC38860aed🍒 [FIR] Fix suspend conversion when expected type is nullable (#7769)ab5bcd9Edit ChangeLog for 2.4.20-RC29464edcAdd ChangeLog for 2.4.20-RC20261e43Cherry-pick "FixasBodyAndResultVarcall in `visitInlinedLambdaInComposable...0763513[box-tests] Workaround for klib compatibility tests (#7626)045aec6[Wasm] Append scripts from webpack.config.d in the end of the file (#7615)cd7173b🍒 [2.4.20] [K/JS] Keep associated obj annotation only if getInstance survives...d36a2ffCastsOptimizationPass: break aliases cycles (#7578)8664983[CLI] Restore custom IC search scope creationUpdates
com.google.devtools.kspfrom 2.3.11 to 2.3.12Release notes
Sourced from com.google.devtools.ksp's releases.
Commits
a3c3859Format Resolver filea614317Fix grammatical errors in Resolver doc commentsc19f255Merge equal EXPECT NEXT and EXPECT CURRENT in javaBackingFieldUsedInKotlind3df886Add test for getting default annotation values in KMP3bcac20Mark testJavaBackingFieldUsedInKotlin as fixede74bb5fUpdate expected test output in libOriginsc9b1d40Use KSSyntheticJavaBackingFieldImpl in KSPropertyDeclarationImplafefe15Add KSSyntheticJavaBackingFieldImpl2da07c1Add test for missing synthetic Java fields7033530Fix visibility modifiers for Kotlin-based backing fieldsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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