Skip to content

Bump the maven group across 1 directory with 7 updates - #967

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/maven-6693a59f5c
Closed

Bump the maven group across 1 directory with 7 updates#967
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/maven-6693a59f5c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the maven group with 7 updates in the / directory:

Package From To
gradle-wrapper 9.7.0 9.7.1
com.android.tools.smali:smali-dexlib2 3.0.9 3.0.10
io.coil-kt.coil3:coil-compose 3.5.0 3.6.2
io.coil-kt.coil3:coil-network-okhttp 3.5.0 3.6.2
com.android.tools.build:apksig 9.3.1 9.4.0
com.android.library 9.3.1 9.4.0
com.android.application 9.3.1 9.4.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 com.android.tools.smali:smali-dexlib2 from 3.0.9 to 3.0.10

Commits
  • 7a325fc Version 3.0.10
  • b353f17 Fix improper Value Skipping in OatHeader Key-Value Store Parsing
  • 03c68cb Hardening ZipDexContainer and DexBackedDexFile
  • 07160fa API 23 compatibility fixes for emptySortedSet
  • 7aac8fb Expose getDebugOffset() in DexBackedMethodImplementation
  • 27a6104 Hardening DexBackedDexFile map parsing.
  • b831253 Regenerate smali parser and lexer with relative paths
  • 91e92e4 Fix typo in StringUtils.repeat
  • de59b72 Use JCommander 1.85
  • 0b72173 Remove deodexerant/Android.mk
  • Additional commits viewable in compare view

Updates io.coil-kt.coil3:coil-compose from 3.5.0 to 3.6.2

Release notes

Sourced from io.coil-kt.coil3:coil-compose's releases.

3.6.2

See CHANGELOG.md.

3.6.1

See CHANGELOG.md.

3.6.0

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil-compose's changelog.

[3.6.2] - September 4, 2026

  • Fix DeDupeConcurrentRequestStrategy hanging requests for a key if a waiting request is cancelled. (#3566)
  • Fix a JS/WASM linkage error when using Compose Multiplatform 1.13. (#3568)

[3.6.1] - September 1, 2026

  • Fix JS builds failing when ES modules are enabled. (#3558)

[3.6.0] - August 26, 2026

  • New: Add support for loading blob: URLs (object URLs) on JS/WASM. (#3504)
  • New: Add ImageRequest.Builder.allowPartialImage and ImageLoader.Builder.allowPartialImage to configure whether StaticImageDecoder on Android accepts partial images. This is enabled by default, which is the same behavior in previous Coil releases. (#3494)
  • Fix AsyncImage crashing when measured with inverted constraints. (#3470)
  • Fix Compose filterQuality not being applied to drawable-backed images, including GIFs. (#3469)
  • Fix a JS/WASM image decoder memory leak. (#3503)
  • Fix images failing to render with GenericViewTarget in R8 9.0+ optimized builds. (#3518)
  • Use Runtime.maxMemory() to determine the maximum memory cache size on JVM instead of assuming 512 MB of available memory. (#3458)
  • Bundle ProGuard rules with the non-Android JVM artifact. (#3476)
  • Update the Android compile SDK to 37.
  • Update Kotlin to 2.4.10.
  • Update Compose to 1.12.0.
  • Update Okio to 3.18.1.
  • Update Skiko to 0.150.1.
  • Update kotlinx-io-okio to 0.9.1.
Commits

Updates io.coil-kt.coil3:coil-network-okhttp from 3.5.0 to 3.6.2

Release notes

Sourced from io.coil-kt.coil3:coil-network-okhttp's releases.

3.6.2

See CHANGELOG.md.

3.6.1

See CHANGELOG.md.

3.6.0

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil-network-okhttp's changelog.

[3.6.2] - September 4, 2026

  • Fix DeDupeConcurrentRequestStrategy hanging requests for a key if a waiting request is cancelled. (#3566)
  • Fix a JS/WASM linkage error when using Compose Multiplatform 1.13. (#3568)

[3.6.1] - September 1, 2026

  • Fix JS builds failing when ES modules are enabled. (#3558)

[3.6.0] - August 26, 2026

  • New: Add support for loading blob: URLs (object URLs) on JS/WASM. (#3504)
  • New: Add ImageRequest.Builder.allowPartialImage and ImageLoader.Builder.allowPartialImage to configure whether StaticImageDecoder on Android accepts partial images. This is enabled by default, which is the same behavior in previous Coil releases. (#3494)
  • Fix AsyncImage crashing when measured with inverted constraints. (#3470)
  • Fix Compose filterQuality not being applied to drawable-backed images, including GIFs. (#3469)
  • Fix a JS/WASM image decoder memory leak. (#3503)
  • Fix images failing to render with GenericViewTarget in R8 9.0+ optimized builds. (#3518)
  • Use Runtime.maxMemory() to determine the maximum memory cache size on JVM instead of assuming 512 MB of available memory. (#3458)
  • Bundle ProGuard rules with the non-Android JVM artifact. (#3476)
  • Update the Android compile SDK to 37.
  • Update Kotlin to 2.4.10.
  • Update Compose to 1.12.0.
  • Update Okio to 3.18.1.
  • Update Skiko to 0.150.1.
  • Update kotlinx-io-okio to 0.9.1.
Commits

Updates io.coil-kt.coil3:coil-network-okhttp from 3.5.0 to 3.6.2

Release notes

Sourced from io.coil-kt.coil3:coil-network-okhttp's releases.

3.6.2

See CHANGELOG.md.

3.6.1

See CHANGELOG.md.

3.6.0

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil-network-okhttp's changelog.

[3.6.2] - September 4, 2026

  • Fix DeDupeConcurrentRequestStrategy hanging requests for a key if a waiting request is cancelled. (#3566)
  • Fix a JS/WASM linkage error when using Compose Multiplatform 1.13. (#3568)

[3.6.1] - September 1, 2026

  • Fix JS builds failing when ES modules are enabled. (#3558)

[3.6.0] - August 26, 2026

  • New: Add support for loading blob: URLs (object URLs) on JS/WASM. (#3504)
  • New: Add ImageRequest.Builder.allowPartialImage and ImageLoader.Builder.allowPartialImage to configure whether StaticImageDecoder on Android accepts partial images. This is enabled by default, which is the same behavior in previous Coil releases. (#3494)
  • Fix AsyncImage crashing when measured with inverted constraints. (#3470)
  • Fix Compose filterQuality not being applied to drawable-backed images, including GIFs. (#3469)
  • Fix a JS/WASM image decoder memory leak. (#3503)
  • Fix images failing to render with GenericViewTarget in R8 9.0+ optimized builds. (#3518)
  • Use Runtime.maxMemory() to determine the maximum memory cache size on JVM instead of assuming 512 MB of available memory. (#3458)
  • Bundle ProGuard rules with the non-Android JVM artifact. (#3476)
  • Update the Android compile SDK to 37.
  • Update Kotlin to 2.4.10.
  • Update Compose to 1.12.0.
  • Update Okio to 3.18.1.
  • Update Skiko to 0.150.1.
  • Update kotlinx-io-okio to 0.9.1.
Commits

Updates com.android.tools.build:apksig from 9.3.1 to 9.4.0

Updates com.android.library from 9.3.1 to 9.4.0

Updates com.android.application from 9.3.1 to 9.4.0

Updates com.android.application from 9.3.1 to 9.4.0

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 maven group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.7.0` | `9.7.1` |
| [com.android.tools.smali:smali-dexlib2](https://github.com/google/smali) | `3.0.9` | `3.0.10` |
| [io.coil-kt.coil3:coil-compose](https://github.com/coil-kt/coil) | `3.5.0` | `3.6.2` |
| [io.coil-kt.coil3:coil-network-okhttp](https://github.com/coil-kt/coil) | `3.5.0` | `3.6.2` |
| com.android.tools.build:apksig | `9.3.1` | `9.4.0` |
| com.android.library | `9.3.1` | `9.4.0` |
| com.android.application | `9.3.1` | `9.4.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 `com.android.tools.smali:smali-dexlib2` from 3.0.9 to 3.0.10
- [Release notes](https://github.com/google/smali/releases)
- [Commits](google/smali@3.0.9...3.0.10)

Updates `io.coil-kt.coil3:coil-compose` from 3.5.0 to 3.6.2
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.5.0...3.6.2)

Updates `io.coil-kt.coil3:coil-network-okhttp` from 3.5.0 to 3.6.2
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.5.0...3.6.2)

Updates `io.coil-kt.coil3:coil-network-okhttp` from 3.5.0 to 3.6.2
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.5.0...3.6.2)

Updates `com.android.tools.build:apksig` from 9.3.1 to 9.4.0

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

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

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

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: com.android.tools.smali:smali-dexlib2
  dependency-version: 3.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.coil-kt.coil3:coil-compose
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.coil-kt.coil3:coil-network-okhttp
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.coil-kt.coil3:coil-network-okhttp
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.android.tools.build:apksig
  dependency-version: 9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.android.library
  dependency-version: 9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.android.application
  dependency-version: 9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.android.application
  dependency-version: 9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
...

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 Sep 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 11, 2026
@dependabot
dependabot Bot deleted the dependabot/gradle/maven-6693a59f5c branch September 11, 2026 01:45
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.

0 participants