Skip to content

deps: bump the gradle-dependencies group with 14 updates - #152

Open
dependabot[bot] wants to merge 1 commit into
Moefrom
dependabot/gradle/gradle-dependencies-8eb0f6d31e
Open

deps: bump the gradle-dependencies group with 14 updates#152
dependabot[bot] wants to merge 1 commit into
Moefrom
dependabot/gradle/gradle-dependencies-8eb0f6d31e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the gradle-dependencies group with 14 updates:

Package From To
com.android.application 9.1.1 9.3.1
com.android.library 9.1.1 9.3.1
jvm 2.3.10 2.4.10
plugin.serialization 2.3.10 2.4.10
plugin.compose 2.3.10 2.4.10
com.google.devtools.ksp 2.3.2 2.3.11
com.diffplug.spotless 8.8.0 8.9.0
androidx.test:core 1.6.1 1.7.0
org.robolectric:robolectric 4.14.1 4.16.1
androidx.compose:compose-bom 2026.06.01 2026.08.00
dev.chrisbanes.haze:haze 2.0.0-alpha03 2.0.0-alpha05
dev.chrisbanes.haze:haze-blur 2.0.0-alpha03 2.0.0-alpha05
dev.chrisbanes.haze:haze-blur-materials 2.0.0-alpha03 2.0.0-alpha05
com.caoccao.javet:javet-node-android 5.0.9 5.0.10

Updates com.android.application from 9.1.1 to 9.3.1

Updates com.android.library from 9.1.1 to 9.3.1

Updates jvm from 2.3.10 to 2.4.10

Updates plugin.serialization from 2.3.10 to 2.4.10

Updates plugin.compose from 2.3.10 to 2.4.10

Updates com.google.devtools.ksp from 2.3.2 to 2.3.11

Release notes

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

2.3.11

What's Changed

  • Support org.gradle.isolated-projects for project isolation (#3051)
  • Fix premature kspDebugAndroidTest task skipping on Android library modules (#3050)
  • Fix missing parent declaration exception for @NotNull annotations during incremental compilation (#3030)
  • Clean output directories instead of skipping tasks when processor classpath transitions to empty (#3046)
  • Fix build cache misses by marking KspGradleConfig.logLevel as @Internal (#3039)
  • Add org.gradle.isolated-projects=true to KSP Gradle properties reference table (#3076)
  • Add KSP Gradle properties reference table to README documentation (#3070)
  • Document collection values in KSValueArgument.value (#3069)
  • Update error messaging for ksp.useKSP2 deprecation notice (#3066)

Contributors

Full Changelog: google/ksp@2.3.10...2.3.11

2.3.10

What's Changed

  • Fix OOMs caused by unstopped coroutine Dispatcher threads by moving KSP task cache to a gradle build service (#2817)
  • Sanitize ':' in internal-name module suffix so KSP works with Kotlin 2.4.0 default module names (#2964)
  • Filter source file trees in KspAATask to restore NO-SOURCE skipping behaviour (#2947)
  • Fix R-class resolution in KSP when AGP 9 built-in Kotlin is enabled (#2857)
  • Fix KSP2 incremental cache path normalization mismatch (#2854)
  • Normalize line endings for KspAATask source roots to prevent cross-platform remote build cache misses (#2849)
  • Fix bug where KSP incremental compilation does not consider library class references in annotations (#3011)
  • Consume all Kotlin sources in KSP to support other code generators (#3001)
  • Fix configuration cache invalidation in klib cross-compilation check (#3014)
  • Memoized hash code for KSTypeImpl to speed up processing (#2896)
  • Fix incorrect name generation for data classes annotated with @JvmRecord (#2813)
  • Include kotlinx.coroutines in the distributed uber jar symbol-processing-aa-embeddable (#2938)
  • New debugging features for incremental compilation, including additional logging and dependency graph visualization (#3015)
  • Deprecate the ksp(...) Gradle configuration in Kotlin Multiplatform (KMP) projects in favor of target-specific configurations (#2956). Note: Non-KMP projects are also affected. For migration details, see the documentation.

Contributors

Full Changelog: google/ksp@2.3.9...2.3.10

2.3.9

What's Changed

  • Cleaned up native cross-compilation support checks to prevent Gradle Configuration Cache invalidation (#2953)
  • Fixed a compilation performance regression in in PsiResolutionStrategy introduced in 2.3.8 (#2948)

Contributors

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

Full Changelog: google/ksp@2.3.8...2.3.9

... (truncated)

Commits
  • c44fd9a Rename coroutines core-jvm alias to coreJvm per review
  • 5cec34d Move root build plugin versions to the version catalog
  • b956e6b Move remaining kotlin-analysis-api versions to the version catalog
  • 9aed497 Do not cherry-pick conflicting commits in CI auto-merge workflow
  • 145dcd6 Update gradle wrapper to 9.5.0
  • 68762a9 Check for valid gradle wrapper jar in CI
  • 336a2e4 Regenerate gradle wrapper
  • 94d5e09 Use gh cli for release asset upload
  • d244982 Disable all permissions in main workflow
  • b88bc0d Pin actions/upload-release-asset at v1.0.2 SHA
  • Additional commits viewable in compare view

Updates com.diffplug.spotless from 8.8.0 to 8.9.0

Updates androidx.test:core from 1.6.1 to 1.7.0

Updates org.robolectric:robolectric from 4.14.1 to 4.16.1

Release notes

Sourced from org.robolectric:robolectric's releases.

Robolectric 4.16.1 is a minor release that fixes some issues when Robolectric is used for Android Platform development. Most notably, it is updated to support the deletion of FingerprintManager in the Android Framework, as well as some improvements to the VirtualDeviceManager shadow.

Full Changelog: robolectric/robolectric@robolectric-4.16...robolectric-4.16.1

Robolectric 4.16 supports Android Baklava (SDK 36), and you need to use JDK 21 if running tests with SDK 36 target. It also removes support for Android L (SDK 21 and 22).

One exciting new feature is native resources (ResourcesMode.NATIVE). Note this is currently only available in SDK 36.

If you have any issues, please file them here.

What's Changed

... (truncated)

Commits
  • 524ea8e Bump version to 4.16.1.
  • 54fd1ee Implement ResTable support for shared libraries
  • 1e35e63 When a top-level exception occurs in the Simulator, print the stack trace and...
  • e2c046f Added custom ThreadFactory to name threads in LocalUIController
  • 7f3165a Add newly required --add-exports arguments to test tasks
  • db54b4b Add VirtualDeviceParamsBuilder to support creating new virtual devices.
  • b73adc3 Implement shadow behavior for VirtualDeviceManager#registerVirtualDeviceListener
  • 1e05fde Create shadow for VirtualDeviceManager$VirtualDevice#createVirtualCamera
  • d160747 Future proof ShadowFingerprintManagerTest.
  • d7a0438 Add maxSdk for ShadowFingerprintManager.
  • Additional commits viewable in compare view

Updates androidx.compose:compose-bom from 2026.06.01 to 2026.08.00

Updates dev.chrisbanes.haze:haze from 2.0.0-alpha03 to 2.0.0-alpha05

Release notes

Sourced from dev.chrisbanes.haze:haze's releases.

2.0.0-alpha05

See CHANGELOG.md for details.

2.0.0-alpha04

See CHANGELOG.md for details.

Changelog

Sourced from dev.chrisbanes.haze:haze's changelog.

2.0.0-alpha05 2026-08-12 { id="2.0.0-alpha05" }

Changed

  • Built-in Blur and Glass now document the shared HazePerformanceMode contract: Default is Adaptive, Quality replaces the former full-resolution choice, and prior built-in fixed input-pixel fractions must be remeasured before selecting Fixed(qualityFraction). HazeSampling remains the generic contract for custom effects (#1206).
  • Blur avoids redundant modifier updates when independently recreated HazeBlurStyle programs are equivalent.

Fixed

  • Glass can now composite transparent captured content onto an explicit background before refraction and blur using GlassStyle.backgroundColor (#1207).
  • Restored the macosArm64 target across every published module, along with the sample/macos app. The target was published in 2.0.0-alpha03 and dropped from 2.0.0-alpha04 in #1002.

2.0.0-alpha04 2026-08-08 { id="2.0.0-alpha04" }

Highlights

Revamped Effect APIs

Alpha04 replaces the mutable, nested effect DSL with typed modifiers and explicit rendering policies. Blur now uses Modifier.hazeBlur, while Glass uses Modifier.hazeGlass. Each modifier declares its input (HazeInput.Sources or HazeInput.Content), Style, sampling policy, and layer behavior directly:

Modifier.hazeBlur(
    input = HazeInput.Sources(hazeState),
    style = HazeBlurStyle {
        blurRadius(20.dp)
    },
    sampling = HazeSampling.Adaptive,
)

HazeBlurStyle and GlassStyle are now immutable, replayable configurations that can be shared between modifiers and extended with then. Custom effects use a typed HazeEffectFactory with a renderer owned by each modifier node, keeping mutable rendering resources out of shareable Style objects. See the Haze 2.0 migration guide for before-and-after examples.

New haze-glass Library (Experimental)

... (truncated)

Commits

Updates dev.chrisbanes.haze:haze-blur from 2.0.0-alpha03 to 2.0.0-alpha05

Release notes

Sourced from dev.chrisbanes.haze:haze-blur's releases.

2.0.0-alpha05

See CHANGELOG.md for details.

2.0.0-alpha04

See CHANGELOG.md for details.

Changelog

Sourced from dev.chrisbanes.haze:haze-blur's changelog.

2.0.0-alpha05 2026-08-12 { id="2.0.0-alpha05" }

Changed

  • Built-in Blur and Glass now document the shared HazePerformanceMode contract: Default is Adaptive, Quality replaces the former full-resolution choice, and prior built-in fixed input-pixel fractions must be remeasured before selecting Fixed(qualityFraction). HazeSampling remains the generic contract for custom effects (#1206).
  • Blur avoids redundant modifier updates when independently recreated HazeBlurStyle programs are equivalent.

Fixed

  • Glass can now composite transparent captured content onto an explicit background before refraction and blur using GlassStyle.backgroundColor (#1207).
  • Restored the macosArm64 target across every published module, along with the sample/macos app. The target was published in 2.0.0-alpha03 and dropped from 2.0.0-alpha04 in #1002.

2.0.0-alpha04 2026-08-08 { id="2.0.0-alpha04" }

Highlights

Revamped Effect APIs

Alpha04 replaces the mutable, nested effect DSL with typed modifiers and explicit rendering policies. Blur now uses Modifier.hazeBlur, while Glass uses Modifier.hazeGlass. Each modifier declares its input (HazeInput.Sources or HazeInput.Content), Style, sampling policy, and layer behavior directly:

Modifier.hazeBlur(
    input = HazeInput.Sources(hazeState),
    style = HazeBlurStyle {
        blurRadius(20.dp)
    },
    sampling = HazeSampling.Adaptive,
)

HazeBlurStyle and GlassStyle are now immutable, replayable configurations that can be shared between modifiers and extended with then. Custom effects use a typed HazeEffectFactory with a renderer owned by each modifier node, keeping mutable rendering resources out of shareable Style objects. See the Haze 2.0 migration guide for before-and-after examples.

New haze-glass Library (Experimental)

... (truncated)

Commits

Updates dev.chrisbanes.haze:haze-blur-materials from 2.0.0-alpha03 to 2.0.0-alpha05

Release notes

Sourced from dev.chrisbanes.haze:haze-blur-materials's releases.

2.0.0-alpha05

See CHANGELOG.md for details.

2.0.0-alpha04

See CHANGELOG.md for details.

Changelog

Sourced from dev.chrisbanes.haze:haze-blur-materials's changelog.

2.0.0-alpha05 2026-08-12 { id="2.0.0-alpha05" }

Changed

  • Built-in Blur and Glass now document the shared HazePerformanceMode contract: Default is Adaptive, Quality replaces the former full-resolution choice, and prior built-in fixed input-pixel fractions must be remeasured before selecting Fixed(qualityFraction). HazeSampling remains the generic contract for custom effects (#1206).
  • Blur avoids redundant modifier updates when independently recreated HazeBlurStyle programs are equivalent.

Fixed

  • Glass can now composite transparent captured content onto an explicit background before refraction and blur using GlassStyle.backgroundColor (#1207).
  • Restored the macosArm64 target across every published module, along with the sample/macos app. The target was published in 2.0.0-alpha03 and dropped from 2.0.0-alpha04 in #1002.

2.0.0-alpha04 2026-08-08 { id="2.0.0-alpha04" }

Highlights

Revamped Effect APIs

Alpha04 replaces the mutable, nested effect DSL with typed modifiers and explicit rendering policies. Blur now uses Modifier.hazeBlur, while Glass uses Modifier.hazeGlass. Each modifier declares its input (HazeInput.Sources or HazeInput.Content), Style, sampling policy, and layer behavior directly:

Modifier.hazeBlur(
    input = HazeInput.Sources(hazeState),
    style = HazeBlurStyle {
        blurRadius(20.dp)
    },
    sampling = HazeSampling.Adaptive,
)

HazeBlurStyle and GlassStyle are now immutable, replayable configurations that can be shared between modifiers and extended with then. Custom effects use a typed HazeEffectFactory with a renderer owned by each modifier node, keeping mutable rendering resources out of shareable Style objects. See the Haze 2.0 migration guide for before-and-after examples.

New haze-glass Library (Experimental)

... (truncated)

Commits

Updates dev.chrisbanes.haze:haze-blur from 2.0.0-alpha03 to 2.0.0-alpha05

Release notes

Sourced from dev.chrisbanes.haze:haze-blur's releases.

2.0.0-alpha05

See CHANGELOG.md for details.

2.0.0-alpha04

See CHANGELOG.md for details.

Changelog

Sourced from dev.chrisbanes.haze:haze-blur's changelog.

2.0.0-alpha05 2026-08-12 { id="2.0.0-alpha05" }

Changed

  • Built-in Blur and Glass now document the shared HazePerformanceMode contract: Default is Adaptive, Quality replaces the former full-resolution choice, and prior built-in fixed input-pixel fractions must be remeasured before selecting Fixed(qualityFraction). HazeSampling remains the generic contract for custom effects (#1206).
  • Blur avoids redundant modifier updates when independently recreated HazeBlurStyle programs are equivalent.

Fixed

  • Glass can now composite transparent captured content onto an explicit background before refraction and blur using GlassStyle.backgroundColor (#1207).
  • Restored the macosArm64 target across every published module, along with the sample/macos app. The target was published in 2.0.0-alpha03 and dropped from 2.0.0-alpha04 in #1002.

2.0.0-alpha04 2026-08-08 { id="2.0.0-alpha04" }

Highlights

Revamped Effect APIs

Alpha04 replaces the mutable, nested effect DSL with typed modifiers and explicit rendering policies. Blur now uses Modifier.hazeBlur, while Glass uses Modifier.hazeGlass. Each modifier declares its input (HazeInput.Sources or HazeInput.Content), Style, sampling policy, and layer behavior directly:

Modifier.hazeBlur(
    input = HazeInput.Sources(hazeState),
    style = HazeBlurStyle {
        blurRadius(20.dp)
    },
    sampling = HazeSampling.Adaptive,
)

HazeBlurStyle and GlassStyle are now immutable, replayable configurations that can be shared between modifiers and extended with then. Custom effects use a typed HazeEffectFactory with a renderer owned by each modifier node, keeping mutable rendering resources out of shareable Style objects. See the Haze 2.0 migration guide for before-and-after examples.

New haze-glass Library (Experimental)

... (truncated)

Commits

Updates dev.chrisbanes.haze:haze-blur-materials from 2.0.0-alpha03 to 2.0.0-alpha05

Release notes

Sourced from dev.chrisbanes.haze:haze-blur-materials's releases.

2.0.0-alpha05

See CHANGELOG.md for details.

2.0.0-alpha04

See CHANGELOG.md for details.

Changelog

Sourced from dev.chrisbanes.haze:haze-blur-materials's changelog.

2.0.0-alpha05 2026-08-12 { id="2.0.0-alpha05" }

Changed

  • Built-in Blur and Glass now document the shared HazePerformanceMode contract: Default is Adaptive, Quality replaces the former full-resolution choice, and prior built-in fixed input-pixel fractions must be remeasured before selecting Fixed(qualityFraction). HazeSampling remains the generic contract for custom effects (#1206).
  • Blur avoids redundant modifier updates when independently recreated HazeBlurStyle programs are equivalent.

Fixed

  • Glass can now composite transparent captured content onto an explicit background before refraction and blur using GlassStyle.backgroundColor (#1207).
  • Restored the macosArm64 target across every published module, along with the sample/macos app. The target was published in 2.0.0-alpha03 and dropped from 2.0.0-alpha04 in #1002.

2.0.0-alpha04 2026-08-08 { id="2.0.0-alpha04" }

Highlights

Revamped Effect APIs

Alpha04 replaces the mutable, nested effect DSL with typed modifiers and explicit rendering policies. Blur now uses Modifier.hazeBlur, while Glass uses Modifier.hazeGlass. Each modifier declares its input (HazeInput.Sources or HazeInput.Content), Style, sampling policy, and layer behavior directly:

Modifier.hazeBlur(
    input = HazeInput.Sources(hazeState),
    style = HazeBlurStyle {
        blurRadius(20.dp)
    },
    sampling = HazeSampling.Adaptive,
)

HazeBlurStyle and GlassStyle are now immutable, replayable configurations that can be shared between modifiers and extended with then. Custom effects use a typed HazeEffectFactory with a renderer owned by each modifier node, keeping mutable rendering resources out of shareable Style objects. See the Haze 2.0 migration guide for before-and-after examples.

New haze-glass Library (Experimental)

... (truncated)

Commits

Updates com.caoccao.javet:javet-node-android from 5.0.9 to 5.0.10

Release notes

Sourced from com.caoccao.javet:javet-node-android's releases.

Javet v5.0.10

  • Upgraded Node.js to v24.18.0 (2026-06-23)
  • Upgraded V8 to v15.1.206.11 (2026-07-22)
  • Fixed native resource and JNI reference leaks across runtime, callback, value wrapper, and Node.js event loop cleanup
  • Added a warning when a V8 runtime close request is rejected because shutdown is already in progress or complete
  • Added synchronized and bounded Node.js isolate shutdown to prevent teardown races and hangs
  • Fixed object and map Boolean getters returning false for boxed Boolean values
  • Fixed hasOwnProperty() rejecting symbol property keys
Commits

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

Bumps the gradle-dependencies group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| com.android.application | `9.1.1` | `9.3.1` |
| com.android.library | `9.1.1` | `9.3.1` |
| jvm | `2.3.10` | `2.4.10` |
| plugin.serialization | `2.3.10` | `2.4.10` |
| plugin.compose | `2.3.10` | `2.4.10` |
| [com.google.devtools.ksp](https://github.com/google/ksp) | `2.3.2` | `2.3.11` |
| com.diffplug.spotless | `8.8.0` | `8.9.0` |
| androidx.test:core | `1.6.1` | `1.7.0` |
| [org.robolectric:robolectric](https://github.com/robolectric/robolectric) | `4.14.1` | `4.16.1` |
| androidx.compose:compose-bom | `2026.06.01` | `2026.08.00` |
| [dev.chrisbanes.haze:haze](https://github.com/chrisbanes/haze) | `2.0.0-alpha03` | `2.0.0-alpha05` |
| [dev.chrisbanes.haze:haze-blur](https://github.com/chrisbanes/haze) | `2.0.0-alpha03` | `2.0.0-alpha05` |
| [dev.chrisbanes.haze:haze-blur-materials](https://github.com/chrisbanes/haze) | `2.0.0-alpha03` | `2.0.0-alpha05` |
| [com.caoccao.javet:javet-node-android](https://github.com/caoccao/Javet) | `5.0.9` | `5.0.10` |


Updates `com.android.application` from 9.1.1 to 9.3.1

Updates `com.android.library` from 9.1.1 to 9.3.1

Updates `jvm` from 2.3.10 to 2.4.10

Updates `plugin.serialization` from 2.3.10 to 2.4.10

Updates `plugin.compose` from 2.3.10 to 2.4.10

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

Updates `com.diffplug.spotless` from 8.8.0 to 8.9.0

Updates `androidx.test:core` from 1.6.1 to 1.7.0

Updates `org.robolectric:robolectric` from 4.14.1 to 4.16.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@robolectric-4.14.1...robolectric-4.16.1)

Updates `androidx.compose:compose-bom` from 2026.06.01 to 2026.08.00

Updates `dev.chrisbanes.haze:haze` from 2.0.0-alpha03 to 2.0.0-alpha05
- [Release notes](https://github.com/chrisbanes/haze/releases)
- [Changelog](https://github.com/chrisbanes/haze/blob/main/CHANGELOG.md)
- [Commits](chrisbanes/haze@2.0.0-alpha03...2.0.0-alpha05)

Updates `dev.chrisbanes.haze:haze-blur` from 2.0.0-alpha03 to 2.0.0-alpha05
- [Release notes](https://github.com/chrisbanes/haze/releases)
- [Changelog](https://github.com/chrisbanes/haze/blob/main/CHANGELOG.md)
- [Commits](chrisbanes/haze@2.0.0-alpha03...2.0.0-alpha05)

Updates `dev.chrisbanes.haze:haze-blur-materials` from 2.0.0-alpha03 to 2.0.0-alpha05
- [Release notes](https://github.com/chrisbanes/haze/releases)
- [Changelog](https://github.com/chrisbanes/haze/blob/main/CHANGELOG.md)
- [Commits](chrisbanes/haze@2.0.0-alpha03...2.0.0-alpha05)

Updates `dev.chrisbanes.haze:haze-blur` from 2.0.0-alpha03 to 2.0.0-alpha05
- [Release notes](https://github.com/chrisbanes/haze/releases)
- [Changelog](https://github.com/chrisbanes/haze/blob/main/CHANGELOG.md)
- [Commits](chrisbanes/haze@2.0.0-alpha03...2.0.0-alpha05)

Updates `dev.chrisbanes.haze:haze-blur-materials` from 2.0.0-alpha03 to 2.0.0-alpha05
- [Release notes](https://github.com/chrisbanes/haze/releases)
- [Changelog](https://github.com/chrisbanes/haze/blob/main/CHANGELOG.md)
- [Commits](chrisbanes/haze@2.0.0-alpha03...2.0.0-alpha05)

Updates `com.caoccao.javet:javet-node-android` from 5.0.9 to 5.0.10
- [Release notes](https://github.com/caoccao/Javet/releases)
- [Commits](caoccao/Javet@5.0.9...5.0.10)

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-version: 9.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.android.library
  dependency-version: 9.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: jvm
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: plugin.serialization
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: plugin.compose
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.3.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.diffplug.spotless
  dependency-version: 8.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: androidx.compose:compose-bom
  dependency-version: 2026.08.00
  dependency-type: direct:production
  dependency-group: gradle-dependencies
- dependency-name: dev.chrisbanes.haze:haze
  dependency-version: 2.0.0-alpha05
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: dev.chrisbanes.haze:haze-blur
  dependency-version: 2.0.0-alpha05
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: dev.chrisbanes.haze:haze-blur-materials
  dependency-version: 2.0.0-alpha05
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: dev.chrisbanes.haze:haze-blur
  dependency-version: 2.0.0-alpha05
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: dev.chrisbanes.haze:haze-blur-materials
  dependency-version: 2.0.0-alpha05
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.caoccao.javet:javet-node-android
  dependency-version: 5.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: gradle, kotlin. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@sonarqubecloud

Copy link
Copy Markdown

@codacy-production

Copy link
Copy Markdown
Contributor

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants