Skip to content

deps: bump the gradle-dependencies group with 11 updates - #154

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

deps: bump the gradle-dependencies group with 11 updates#154
dependabot[bot] wants to merge 1 commit into
Moefrom
dependabot/gradle/gradle-dependencies-e359fb7d1a

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the gradle-dependencies group with 11 updates:

Package From To
com.android.application 9.1.1 9.3.2
com.android.library 9.1.1 9.3.2
com.mikepenz.aboutlibraries.plugin.android 15.0.4 15.1.1
com.diffplug.spotless 8.9.0 8.10.0
gradle-wrapper 9.7.0 9.7.1
dev.chrisbanes.haze:haze 2.0.0-alpha03 2.0.0-beta01
dev.chrisbanes.haze:haze-blur 2.0.0-alpha03 2.0.0-beta01
dev.chrisbanes.haze:haze-blur-materials 2.0.0-alpha03 2.0.0-beta01
com.mikepenz:aboutlibraries-core 15.0.4 15.1.1
com.mikepenz:aboutlibraries-compose 15.0.4 15.1.1
com.caoccao.javet:javet-node-android 5.0.9 5.0.10

Updates com.android.application from 9.1.1 to 9.3.2

Updates com.android.library from 9.1.1 to 9.3.2

Updates com.mikepenz.aboutlibraries.plugin.android from 15.0.4 to 15.1.1

Updates com.diffplug.spotless from 8.9.0 to 8.10.0

Updates gradle-wrapper from 9.7.0 to 9.7.1

Release notes

Sourced from gradle-wrapper's releases.

9.7.1

The Gradle team is excited to announce Gradle 9.7.1.

This is a patch release for 9.7.0. We recommend using 9.7.1 instead of 9.7.0.

Here are the highlights of 9.7.0 release:

  • Isolated Projects graduates to incubating
  • Broader Configuration Cache compatibility
  • Resilient Sync helps you fix broken builds
  • More source locations in problem reports

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Adam, Aman Gautam, Aman Kumar, Anton Dubrouski, Aurimas, gbhavya07, Josh Friend, nicklauslittle-gov, Pragati, project516, Qin Mi, Ravi, sk-reddy17, Suvrat Acharya, Yongshun Ye.

Upgrade instructions

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

./gradlew :wrapper --gradle-version=9.7.1 && ./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.

Commits

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

Release notes

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

2.0.0-beta01

See CHANGELOG.md for details.

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-beta01 2026-08-20 { id="2.0.0-beta01" }

Added

  • Added refractionFoldStrength to GlassOptics.Fixed and the inline GlassStyle.optics(...) builder. The optional edge fold reverses local refraction near the Glass boundary without expanding its capture area (#1236).
  • Added CameraX and Kamera samples plus a camera guide. Blur and Glass can process live previews rendered into their Compose source layer; Android PreviewView integrations must use ImplementationMode.COMPATIBLE (#1238).

Changed

  • Haze 2 beta finalizes the supported source-selection and Blur contracts. Source predicates now receive library-owned HazeSourceMetadata through the member HazeSourceSelection.where { ... }; HazeColorEffect is factory-only; and a nullable fallbackColorEffect(null) explicitly clears an inherited fallback.
  • On Android 12 and 12L, progressive linear Blur now selects its fallback from the resolved HazePerformanceMode tier: full-resolution tiers use the layered approximation, while downsampled tiers use a mask.

Fixed

  • Haze effects now sample source content correctly through scaled or rotated graphicsLayer transforms, including transforms applied directly to the effect-bearing composable (#717).
  • Glass pointer lights now track direct mouse, stylus, and touch input immediately; focus and InteractionSource-derived movement still use interactionPositionAnimationSpec (#1234).
  • Fixed visible refraction seams on elongated, rounded Glass surfaces (#1235).
  • Glass now preserves captured input when a runtime-shader draw failure falls back in the same frame, including own-content input with a transparent background (#1230, #1231).

Removed

  • Removed Haze 2 prerelease-only Blur adapters and aliases, including the legacy HazeBlurStyle(...) forms, HazeBlurStyle.Unspecified, the Blur-package HazeProgressive typealias, and deprecated defaults helpers.
  • Removed HazeProgressive.LinearGradient.preferPerformance; choose a HazePerformanceMode tier instead.
  • Removed public HazeColorEffect concrete implementations, sentinel/default helpers, and inspection APIs. Create effects with tint(...) or colorFilter(...).
  • Removed the public core Poko marker and HazeLogger.d(...) operations from the supported API.

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

Added

... (truncated)

Commits

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

Release notes

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

2.0.0-beta01

See CHANGELOG.md for details.

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-beta01 2026-08-20 { id="2.0.0-beta01" }

Added

  • Added refractionFoldStrength to GlassOptics.Fixed and the inline GlassStyle.optics(...) builder. The optional edge fold reverses local refraction near the Glass boundary without expanding its capture area (#1236).
  • Added CameraX and Kamera samples plus a camera guide. Blur and Glass can process live previews rendered into their Compose source layer; Android PreviewView integrations must use ImplementationMode.COMPATIBLE (#1238).

Changed

  • Haze 2 beta finalizes the supported source-selection and Blur contracts. Source predicates now receive library-owned HazeSourceMetadata through the member HazeSourceSelection.where { ... }; HazeColorEffect is factory-only; and a nullable fallbackColorEffect(null) explicitly clears an inherited fallback.
  • On Android 12 and 12L, progressive linear Blur now selects its fallback from the resolved HazePerformanceMode tier: full-resolution tiers use the layered approximation, while downsampled tiers use a mask.

Fixed

  • Haze effects now sample source content correctly through scaled or rotated graphicsLayer transforms, including transforms applied directly to the effect-bearing composable (#717).
  • Glass pointer lights now track direct mouse, stylus, and touch input immediately; focus and InteractionSource-derived movement still use interactionPositionAnimationSpec (#1234).
  • Fixed visible refraction seams on elongated, rounded Glass surfaces (#1235).
  • Glass now preserves captured input when a runtime-shader draw failure falls back in the same frame, including own-content input with a transparent background (#1230, #1231).

Removed

  • Removed Haze 2 prerelease-only Blur adapters and aliases, including the legacy HazeBlurStyle(...) forms, HazeBlurStyle.Unspecified, the Blur-package HazeProgressive typealias, and deprecated defaults helpers.
  • Removed HazeProgressive.LinearGradient.preferPerformance; choose a HazePerformanceMode tier instead.
  • Removed public HazeColorEffect concrete implementations, sentinel/default helpers, and inspection APIs. Create effects with tint(...) or colorFilter(...).
  • Removed the public core Poko marker and HazeLogger.d(...) operations from the supported API.

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

Added

... (truncated)

Commits

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

Release notes

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

2.0.0-beta01

See CHANGELOG.md for details.

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-beta01 2026-08-20 { id="2.0.0-beta01" }

Added

  • Added refractionFoldStrength to GlassOptics.Fixed and the inline GlassStyle.optics(...) builder. The optional edge fold reverses local refraction near the Glass boundary without expanding its capture area (#1236).
  • Added CameraX and Kamera samples plus a camera guide. Blur and Glass can process live previews rendered into their Compose source layer; Android PreviewView integrations must use ImplementationMode.COMPATIBLE (#1238).

Changed

  • Haze 2 beta finalizes the supported source-selection and Blur contracts. Source predicates now receive library-owned HazeSourceMetadata through the member HazeSourceSelection.where { ... }; HazeColorEffect is factory-only; and a nullable fallbackColorEffect(null) explicitly clears an inherited fallback.
  • On Android 12 and 12L, progressive linear Blur now selects its fallback from the resolved HazePerformanceMode tier: full-resolution tiers use the layered approximation, while downsampled tiers use a mask.

Fixed

  • Haze effects now sample source content correctly through scaled or rotated graphicsLayer transforms, including transforms applied directly to the effect-bearing composable (#717).
  • Glass pointer lights now track direct mouse, stylus, and touch input immediately; focus and InteractionSource-derived movement still use interactionPositionAnimationSpec (#1234).
  • Fixed visible refraction seams on elongated, rounded Glass surfaces (#1235).
  • Glass now preserves captured input when a runtime-shader draw failure falls back in the same frame, including own-content input with a transparent background (#1230, #1231).

Removed

  • Removed Haze 2 prerelease-only Blur adapters and aliases, including the legacy HazeBlurStyle(...) forms, HazeBlurStyle.Unspecified, the Blur-package HazeProgressive typealias, and deprecated defaults helpers.
  • Removed HazeProgressive.LinearGradient.preferPerformance; choose a HazePerformanceMode tier instead.
  • Removed public HazeColorEffect concrete implementations, sentinel/default helpers, and inspection APIs. Create effects with tint(...) or colorFilter(...).
  • Removed the public core Poko marker and HazeLogger.d(...) operations from the supported API.

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

Added

... (truncated)

Commits

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

Release notes

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

2.0.0-beta01

See CHANGELOG.md for details.

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-beta01 2026-08-20 { id="2.0.0-beta01" }

Added

  • Added refractionFoldStrength to GlassOptics.Fixed and the inline GlassStyle.optics(...) builder. The optional edge fold reverses local refraction near the Glass boundary without expanding its capture area (#1236).
  • Added CameraX and Kamera samples plus a camera guide. Blur and Glass can process live previews rendered into their Compose source layer; Android PreviewView integrations must use ImplementationMode.COMPATIBLE (#1238).

Changed

  • Haze 2 beta finalizes the supported source-selection and Blur contracts. Source predicates now receive library-owned HazeSourceMetadata through the member HazeSourceSelection.where { ... }; HazeColorEffect is factory-only; and a nullable fallbackColorEffect(null) explicitly clears an inherited fallback.
  • On Android 12 and 12L, progressive linear Blur now selects its fallback from the resolved HazePerformanceMode tier: full-resolution tiers use the layered approximation, while downsampled tiers use a mask.

Fixed

  • Haze effects now sample source content correctly through scaled or rotated graphicsLayer transforms, including transforms applied directly to the effect-bearing composable (#717).
  • Glass pointer lights now track direct mouse, stylus, and touch input immediately; focus and InteractionSource-derived movement still use interactionPositionAnimationSpec (#1234).
  • Fixed visible refraction seams on elongated, rounded Glass surfaces (#1235).
  • Glass now preserves captured input when a runtime-shader draw failure falls back in the same frame, including own-content input with a transparent background (#1230, #1231).

Removed

  • Removed Haze 2 prerelease-only Blur adapters and aliases, including the legacy HazeBlurStyle(...) forms, HazeBlurStyle.Unspecified, the Blur-package HazeProgressive typealias, and deprecated defaults helpers.
  • Removed HazeProgressive.LinearGradient.preferPerformance; choose a HazePerformanceMode tier instead.
  • Removed public HazeColorEffect concrete implementations, sentinel/default helpers, and inspection APIs. Create effects with tint(...) or colorFilter(...).
  • Removed the public core Poko marker and HazeLogger.d(...) operations from the supported API.

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

Added

... (truncated)

Commits

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

Release notes

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

2.0.0-beta01

See CHANGELOG.md for details.

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-beta01 2026-08-20 { id="2.0.0-beta01" }

Added

  • Added refractionFoldStrength to GlassOptics.Fixed and the inline GlassStyle.optics(...) builder. The optional edge fold reverses local refraction near the Glass boundary without expanding its capture area (#1236).
  • Added CameraX and Kamera samples plus a camera guide. Blur and Glass can process live previews rendered into their Compose source layer; Android PreviewView integrations must use ImplementationMode.COMPATIBLE (#1238).

Changed

  • Haze 2 beta finalizes the supported source-selection and Blur contracts. Source predicates now receive library-owned HazeSourceMetadata through the member HazeSourceSelection.where { ... }; HazeColorEffect is factory-only; and a nullable fallbackColorEffect(null) explicitly clears an inherited fallback.
  • On Android 12 and 12L, progressive linear Blur now selects its fallback from the resolved HazePerformanceMode tier: full-resolution tiers use the layered approximation, while downsampled tiers use a mask.

Fixed

  • Haze effects now sample source content correctly through scaled or rotated graphicsLayer transforms, including transforms applied directly to the effect-bearing composable (#717).
  • Glass pointer lights now track direct mouse, stylus, and touch input immediately; focus and InteractionSource-derived movement still use interactionPositionAnimationSpec (#1234).
  • Fixed visible refraction seams on elongated, rounded Glass surfaces (#1235).
  • Glass now preserves captured input when a runtime-shader draw failure falls back in the same frame, including own-content input with a transparent background (#1230, #1231).

Removed

  • Removed Haze 2 prerelease-only Blur adapters and aliases, including the legacy HazeBlurStyle(...) forms, HazeBlurStyle.Unspecified, the Blur-package HazeProgressive typealias, and deprecated defaults helpers.
  • Removed HazeProgressive.LinearGradient.preferPerformance; choose a HazePerformanceMode tier instead.
  • Removed public HazeColorEffect concrete implementations, sentinel/default helpers, and inspection APIs. Create effects with tint(...) or colorFilter(...).
  • Removed the public core Poko marker and HazeLogger.d(...) operations from the supported API.

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

Added

... (truncated)

Commits

Updates com.mikepenz:aboutlibraries-core from 15.0.4 to 15.1.1

Release notes

Sourced from com.mikepenz:aboutlibraries-core's releases.

15.1.1

🚀 Features

  • refactor(plugin): cluster duplicates by the available-at redirect, not the artifact id

🐛 Fixes

  • fix(plugin): don't merge sibling modules sharing POM name and description
  • fix(plugin): DuplicateMode.LINK associated itself instead of its siblings
  • fix(plugin): only merge artifact suffixes that name a Kotlin target

Contributors:

15.1.0

🚀 Features

  • test(plugin): guarantee Isolated Projects compatibility
  • ci: add OpenSSF Scorecard and scope workflow token permissions
  • build: pin patched npm toolchain versions, attest release provenance
  • Make it possible to trace the library origin in a multiplatform project
  • feat(plugin): add mergePlatformArtifacts to report KMP artifacts under their root coordinate
  • feat(compose): add licenseBadgeContainer / licenseBadgeContent variant colors

🐛 Fixes

  • fix(plugin): keep the KMP root module when mergePlatformArtifacts merges

🧪 Tests

  • build: prepare plugin for AGP 10, cover strict behavior flags with tests

💬 Other

  • chore(deps): update github actions updates
  • fix(deps): update dependency com.mikepenz:version-catalog to v0.18.0

... (truncated)

Commits
  • 358a6f5 Merge pull request #1456 from mikepenz/develop
  • 7d4b804 - [release] v15.1.1
  • 29f7a32 Merge pull request #1455 from mikepenz/feat/redirect-based-clustering
  • 6edf618 chore(sample): regenerate aboutlibraries.json for all samples
  • 84b1a61 test(plugin): cover the reported #1430 case end to end
  • 4d81486 refactor(plugin): cluster duplicates by the available-at redirect, not the id
  • c46f231 Merge pull request #1454 from mikepenz/fix/platform-suffix-allowlist
  • 2509d3a Merge pull request #1453 from mikepenz/fix/link-mode-associated
  • 06f96cd fix(plugin): only merge suffixes that name a Kotlin target
  • d65ecf0 fix(plugin): DuplicateMode.LINK associated itself instead of its siblings
  • Additional commits viewable in compare view

Updates com.mikepenz:aboutlibraries-compose from 15.0.4 to 15.1.1

Release notes

Sourced from com.mikepenz:aboutlibraries-compose's releases.

15.1.1

🚀 Features

  • refactor(plugin): cluster duplicates by the available-at redirect, not the artifact id

🐛 Fixes

  • fix(plugin): don't merge sibling modules sharing POM name and description
  • fix(plugin): DuplicateMode.LINK associated itself instead of its siblings
  • fix(plugin): only merge artifact suffixes that name a Kotlin target

Contributors:

15.1.0

🚀 Features

  • test(plugin): guarantee Isolated Projects compatibility
  • ci: add OpenSSF Scorecard and scope workflow token permissions
  • build: pin patched npm toolchain versions, attest release provenance
  • Make it possible to trace the library origin in a multiplatform project
  • feat(plugin): add mergePlatformArtifacts to report KMP artifacts under their root coordinate
  • feat(compose): add licenseBadgeContainer / licenseBadgeContent variant colors

🐛 Fixes

  • fix(plugin): keep the KMP root module when mergePlatformArtifacts merges

🧪 Tests

  • build: prepare plugin for AGP 10, cover strict behavior flags with tests

💬 Other

  • chore(deps): update github actions updates
  • fix(deps): update dependency com.mikepenz:version-catalog to v0.18.0

... (truncated)

Commits
  • 358a6f5 Merge pull request #1456 from mikepenz/develop
  • 7d4b804 - [release] v15.1.1
  • 29f7a32 Merge pull request #1455 from mikepenz/feat/redirect-based-clustering
  • 6edf618 chore(sample): regenerate aboutlibraries.json for all samples
  • 84b1a61 test(plugin): cover the reported #1430 case end to end
  • 4d81486 refactor(plugin): cluster duplicates by the available-at redirect, not the id
  • c46f231 Merge pull request #1454 from mikepenz/fix/platform-suffix-allowlist
  • 2509d3a Merge pull request #1453 from mikepenz/fix/link-mode-associated
  • 06f96cd fix(plugin): only merge suffixes that name a Kotlin target
  • d65ecf0 fix(plugin): DuplicateMode.LINK associated itself instead of its siblings
  • Additional commits viewable in compare view

Updates com.mikepenz:aboutlibraries-compose from 15.0.4 to 15.1.1

Release notes

Sourced from com.mikepenz:aboutlibraries-compose's releases.

15.1.1

🚀 Features

  • refactor(plugin): cluster duplicates by the available-at redirect, not the artifact id

🐛 Fixes

  • fix(plugin): don't merge sibling modules sharing POM name and description
  • fix(plugin): DuplicateMode.LINK associated itself instead of its siblings
  • fix(plugin): only merge artifact suffixes that name a Kotlin target

Contributors:

15.1.0

🚀 Features

  • test(plugin): guarantee Isolated Projects compatibility
  • ci: add OpenSSF Scorecard and scope workflow token permissions
  • build: pin patched npm toolchain versions, attest release provenance
  • Make it possible to trace the library origin in a multiplatform project
  • feat(plugin): add mergePlatformArtifacts to report KMP artifacts under their root coordinate
  • feat(compose): add licenseBadgeContainer / licenseBadgeContent variant colors

🐛 Fixes

  • fix(plugin): keep the KMP root module when mergePlatformArtifacts merges

🧪 Tests

  • build: prepare plugin for AGP 10, cover strict behavior flags with tests

💬 Other

  • chore(deps): update github actions updates
  • fix(deps): update dependency com.mikepenz:version-catalog to v0.18.0

... (truncated)

Commits
  • 358a6f5 Merge pull request #1456 from mikepenz/develop
  • 7d4b804 - [release] v15.1.1
  • 29f7a32 Merge pull request #1455 from mikepenz/feat/redirect-based-clustering
  • 6edf618 chore(sample): regenerate aboutlibraries.json for all samples
  • 84b1a61 test(plugin): cover the reported #1430 case end to end
  • 4d81486 refactor(plugin): cluster duplicates by the available-at redirect, not the id
  • c46f231 Merge pull request #1454 from mikepenz/fix/platform-suffix-allowlist
  • 2509d3a Merge pull request #1453 from mikepenz/fix/link-mode-associated
  • 06f96cd fix(plugin): only merge suffixes that name a Kotlin target
  • d65ecf0 fix(plugin): DuplicateMode.LINK associated itself instead of its siblings
  • Additional commits viewable in compare view

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 11 updates:

| Package | From | To |
| --- | --- | --- |
| com.android.application | `9.1.1` | `9.3.2` |
| com.android.library | `9.1.1` | `9.3.2` |
| com.mikepenz.aboutlibraries.plugin.android | `15.0.4` | `15.1.1` |
| com.diffplug.spotless | `8.9.0` | `8.10.0` |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.7.0` | `9.7.1` |
| [dev.chrisbanes.haze:haze](https://github.com/chrisbanes/haze) | `2.0.0-alpha03` | `2.0.0-beta01` |
| [dev.chrisbanes.haze:haze-blur](https://github.com/chrisbanes/haze) | `2.0.0-alpha03` | `2.0.0-beta01` |
| [dev.chrisbanes.haze:haze-blur-materials](https://github.com/chrisbanes/haze) | `2.0.0-alpha03` | `2.0.0-beta01` |
| [com.mikepenz:aboutlibraries-core](https://github.com/mikepenz/AboutLibraries) | `15.0.4` | `15.1.1` |
| [com.mikepenz:aboutlibraries-compose](https://github.com/mikepenz/AboutLibraries) | `15.0.4` | `15.1.1` |
| [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.2

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

Updates `com.mikepenz.aboutlibraries.plugin.android` from 15.0.4 to 15.1.1

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

Updates `gradle-wrapper` from 9.7.0 to 9.7.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.7.0...v9.7.1)

Updates `dev.chrisbanes.haze:haze` from 2.0.0-alpha03 to 2.0.0-beta01
- [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-beta01)

Updates `dev.chrisbanes.haze:haze-blur` from 2.0.0-alpha03 to 2.0.0-beta01
- [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-beta01)

Updates `dev.chrisbanes.haze:haze-blur-materials` from 2.0.0-alpha03 to 2.0.0-beta01
- [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-beta01)

Updates `dev.chrisbanes.haze:haze-blur` from 2.0.0-alpha03 to 2.0.0-beta01
- [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-beta01)

Updates `dev.chrisbanes.haze:haze-blur-materials` from 2.0.0-alpha03 to 2.0.0-beta01
- [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-beta01)

Updates `com.mikepenz:aboutlibraries-core` from 15.0.4 to 15.1.1
- [Release notes](https://github.com/mikepenz/AboutLibraries/releases)
- [Commits](mikepenz/AboutLibraries@15.0.4...15.1.1)

Updates `com.mikepenz:aboutlibraries-compose` from 15.0.4 to 15.1.1
- [Release notes](https://github.com/mikepenz/AboutLibraries/releases)
- [Commits](mikepenz/AboutLibraries@15.0.4...15.1.1)

Updates `com.mikepenz:aboutlibraries-compose` from 15.0.4 to 15.1.1
- [Release notes](https://github.com/mikepenz/AboutLibraries/releases)
- [Commits](mikepenz/AboutLibraries@15.0.4...15.1.1)

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.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.android.library
  dependency-version: 9.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.mikepenz.aboutlibraries.plugin.android
  dependency-version: 15.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.diffplug.spotless
  dependency-version: 8.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: gradle-wrapper
  dependency-version: 9.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: dev.chrisbanes.haze:haze
  dependency-version: 2.0.0-beta01
  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-beta01
  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-beta01
  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-beta01
  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-beta01
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.mikepenz:aboutlibraries-core
  dependency-version: 15.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.mikepenz:aboutlibraries-compose
  dependency-version: 15.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.mikepenz:aboutlibraries-compose
  dependency-version: 15.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 @github

dependabot Bot commented on behalf of github Aug 25, 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.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 25, 2026
@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