Skip to content

build(deps): bump the maven-dependencies group across 1 directory with 34 updates - #160

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

build(deps): bump the maven-dependencies group across 1 directory with 34 updates#160
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/maven-dependencies-c7e8690337

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the maven-dependencies group with 34 updates in the / directory:

Package From To
org.jetbrains.kotlin.android 2.2.10 2.4.10
org.jetbrains.kotlin.plugin.compose 2.2.10 2.4.10
plugin.serialization 2.2.10 2.4.10
gradle-wrapper 8.13 9.6.1
com.mikepenz:aboutlibraries-core 12.2.4 15.0.4
com.mikepenz.aboutlibraries.plugin 12.2.4 15.0.4
androidx.activity:activity-compose 1.10.1 1.13.0
androidx.activity:activity-ktx 1.10.1 1.13.0
androidx.biometric:biometric 1.4.0-alpha04 1.4.0-alpha07
androidx.browser:browser 1.9.0 1.10.0
androidx.compose:compose-bom 2025.08.01 2026.06.01
androidx.core:core-ktx 1.17.0 1.19.0
androidx.lifecycle:lifecycle-livedata-ktx 2.9.3 2.11.0
androidx.lifecycle:lifecycle-runtime-ktx 2.9.3 2.11.0
androidx.lifecycle:lifecycle-viewmodel-compose 2.9.3 2.11.0
androidx.lifecycle:lifecycle-viewmodel-ktx 2.9.3 2.11.0
io.coil-kt.coil3:coil 3.3.0 3.5.0
io.coil-kt.coil3:coil-network-okhttp 3.3.0 3.5.0
org.apache.commons:commons-compress 1.27.1 1.28.0
commons-io:commons-io 2.20.0 2.22.0
org.kohsuke:github-api 1.329 1.330
com.google.gms:google-services 4.4.3 4.5.0
com.google.code.gson:gson 2.13.1 2.14.0
org.jsoup:jsoup 1.21.2 1.22.2
com.tencent.kona:kona-crypto 1.0.18 1.0.23
com.tencent.kona:kona-provider 1.0.18 1.0.23
org.jetbrains.kotlinx:kotlinx-coroutines-android 1.10.2 1.11.0
org.jetbrains.kotlinx:kotlinx-serialization-json 1.9.0 1.11.0
com.google.android.material:material 1.14.0-alpha04 1.14.0
org.apache.maven:maven-artifact 3.9.11 3.9.16
com.squareup.okhttp3:okhttp 5.1.0 5.4.0
com.airbnb.android:paris 2.0.2 2.2.1
androidx.activity:activity 1.10.1 1.13.0
com.android.application 8.12.2 9.3.1

Updates org.jetbrains.kotlin.android from 2.2.10 to 2.4.10

Release notes

Sourced from org.jetbrains.kotlin.android's releases.

Kotlin 2.4.10

Changelog

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

Compiler

  • KT-86939 JVM: IllegalStateException "No value for annotation parameter" when using const val in nested Java annotation array argument
  • KT-83766 K2: Wrong sourcePsi is set for SymbolPsiLiteral in SLC for annotation arguments referencing a const val
  • KT-86728 Reified type inference: expected type not propagated into inline call inside lambda with elvis operator

Compose Compiler

  • b/522127447 Compose Compiler 2.4: classes previously inferred stable now reported runtime/Uncertain

Klibs

  • KT-86501 Native: IrTypeAliasSymbolImpl is already bound. Signature: kotlinx.datetime/Instant|null[0] on iosSimulatorArm64

Tools. CLI

  • KT-86930 Introduce kotlinr in the Kotlin distribution

Tools. Gradle. BCV

  • KT-87223 Gradle, BCV: open version range in kotlinAbiValidationCompatClasspath causes kotlin-build-tools-impl to resolve to 2.4.20-Beta1 instead of 2.4.0

Tools. Gradle. JS

  • KT-87304 jsBrowserTest fails with "exited with errors (exit code: 1)"
  • KT-86057 kotlinUpgradeYarnLock skips lock file regeneration when kotlinNpmInstall is up-to-date, causing kotlinStoreYarnLock to fail

Tools. Gradle. Multiplatform

  • KT-87084 False positive warning for JS and Wasm compilations when CRI is enabled

Tools. Scripts

  • KT-87076 @file:CompilerOptions("-jvm-target", ...) ignored in .main.kts scripts in Kotlin 2.4.0, falling back to JVM target 1.8
  • KT-86352 K2 scripting: FirResolvedTypeRef exception when resolving extension functions from imported scripts

Kotlin 2.4.10-RC2

Changelog

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.android's changelog.

2.4.10

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

Compiler

  • KT-86939 JVM: IllegalStateException "No value for annotation parameter" when using const val in nested Java annotation array argument
  • KT-83766 K2: Wrong sourcePsi is set for SymbolPsiLiteral in SLC for annotation arguments referencing a const val
  • KT-86728 Reified type inference: expected type not propagated into inline call inside lambda with elvis operator

Compose Compiler

  • b/522127447 Compose Compiler 2.4: classes previously inferred stable now reported runtime/Uncertain

Klibs

  • KT-86501 Native: IrTypeAliasSymbolImpl is already bound. Signature: kotlinx.datetime/Instant|null[0] on iosSimulatorArm64

Tools. CLI

  • KT-86930 Introduce kotlinr in the Kotlin distribution

Tools. Gradle. BCV

  • KT-87223 Gradle, BCV: open version range in kotlinAbiValidationCompatClasspath causes kotlin-build-tools-impl to resolve to 2.4.20-Beta1 instead of 2.4.0

Tools. Gradle. JS

  • KT-87304 jsBrowserTest fails with "exited with errors (exit code: 1)"
  • KT-86057 kotlinUpgradeYarnLock skips lock file regeneration when kotlinNpmInstall is up-to-date, causing kotlinStoreYarnLock to fail

Tools. Gradle. Multiplatform

  • KT-87084 False positive warning for JS and Wasm compilations when CRI is enabled

Tools. Scripts

  • KT-87076 @file:CompilerOptions("-jvm-target", ...) ignored in .main.kts scripts in Kotlin 2.4.0, falling back to JVM target 1.8
  • KT-86352 K2 scripting: FirResolvedTypeRef exception when resolving extension functions from imported scripts

2.4.0

Analysis API

  • KT-83867 OVERLOAD_RESOLUTION_AMBIGUITY false positive with assertEquals in IJ repo
  • KT-83723 [Analysis API] Enable experimental KDoc resolver by default
  • KT-83388 Analysis API: properly support KMP in KotlinPackageProvider

... (truncated)

Commits
  • 5687445 Add Changelog for 2.4.10-RC2
  • ba30392 [Wasm] Support regenerate unchanged modules flag on KGP
  • 6307e73 [Wasm] Implement Xwasm-IC-generate-unchanged-modules flag
  • 39d7aee Add ChangeLog for 2.4.10-RC2
  • a2956be [Gradle] Update karma.conf.js to use 'require(...)' instead plain strings
  • 9b1361c [Gradle] KT-87223: Updated regression test
  • a4c153a [Gradle] KT-87223: Fix toochain to 2.4.0 for abiValidation compat config
  • bc04b90 Add ChangeLog for 2.4.10-RC
  • bbcb94b [CRI] explicitly disable CRI generation for non-JVM targets to avoid false-po...
  • 6c2c458 Scripting: fix jvmTarget processing from script annotations
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.plugin.compose from 2.2.10 to 2.4.10

Release notes

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

Kotlin 2.4.10

Changelog

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

Compiler

  • KT-86939 JVM: IllegalStateException "No value for annotation parameter" when using const val in nested Java annotation array argument
  • KT-83766 K2: Wrong sourcePsi is set for SymbolPsiLiteral in SLC for annotation arguments referencing a const val
  • KT-86728 Reified type inference: expected type not propagated into inline call inside lambda with elvis operator

Compose Compiler

  • b/522127447 Compose Compiler 2.4: classes previously inferred stable now reported runtime/Uncertain

Klibs

  • KT-86501 Native: IrTypeAliasSymbolImpl is already bound. Signature: kotlinx.datetime/Instant|null[0] on iosSimulatorArm64

Tools. CLI

  • KT-86930 Introduce kotlinr in the Kotlin distribution

Tools. Gradle. BCV

  • KT-87223 Gradle, BCV: open version range in kotlinAbiValidationCompatClasspath causes kotlin-build-tools-impl to resolve to 2.4.20-Beta1 instead of 2.4.0

Tools. Gradle. JS

  • KT-87304 jsBrowserTest fails with "exited with errors (exit code: 1)"
  • KT-86057 kotlinUpgradeYarnLock skips lock file regeneration when kotlinNpmInstall is up-to-date, causing kotlinStoreYarnLock to fail

Tools. Gradle. Multiplatform

  • KT-87084 False positive warning for JS and Wasm compilations when CRI is enabled

Tools. Scripts

  • KT-87076 @file:CompilerOptions("-jvm-target", ...) ignored in .main.kts scripts in Kotlin 2.4.0, falling back to JVM target 1.8
  • KT-86352 K2 scripting: FirResolvedTypeRef exception when resolving extension functions from imported scripts

Kotlin 2.4.10-RC2

Changelog

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

... (truncated)

Changelog

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

2.4.10

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

Compiler

  • KT-86939 JVM: IllegalStateException "No value for annotation parameter" when using const val in nested Java annotation array argument
  • KT-83766 K2: Wrong sourcePsi is set for SymbolPsiLiteral in SLC for annotation arguments referencing a const val
  • KT-86728 Reified type inference: expected type not propagated into inline call inside lambda with elvis operator

Compose Compiler

  • b/522127447 Compose Compiler 2.4: classes previously inferred stable now reported runtime/Uncertain

Klibs

  • KT-86501 Native: IrTypeAliasSymbolImpl is already bound. Signature: kotlinx.datetime/Instant|null[0] on iosSimulatorArm64

Tools. CLI

  • KT-86930 Introduce kotlinr in the Kotlin distribution

Tools. Gradle. BCV

  • KT-87223 Gradle, BCV: open version range in kotlinAbiValidationCompatClasspath causes kotlin-build-tools-impl to resolve to 2.4.20-Beta1 instead of 2.4.0

Tools. Gradle. JS

  • KT-87304 jsBrowserTest fails with "exited with errors (exit code: 1)"
  • KT-86057 kotlinUpgradeYarnLock skips lock file regeneration when kotlinNpmInstall is up-to-date, causing kotlinStoreYarnLock to fail

Tools. Gradle. Multiplatform

  • KT-87084 False positive warning for JS and Wasm compilations when CRI is enabled

Tools. Scripts

  • KT-87076 @file:CompilerOptions("-jvm-target", ...) ignored in .main.kts scripts in Kotlin 2.4.0, falling back to JVM target 1.8
  • KT-86352 K2 scripting: FirResolvedTypeRef exception when resolving extension functions from imported scripts

2.4.0

Analysis API

  • KT-83867 OVERLOAD_RESOLUTION_AMBIGUITY false positive with assertEquals in IJ repo
  • KT-83723 [Analysis API] Enable experimental KDoc resolver by default
  • KT-83388 Analysis API: properly support KMP in KotlinPackageProvider

... (truncated)

Commits
  • 5687445 Add Changelog for 2.4.10-RC2
  • ba30392 [Wasm] Support regenerate unchanged modules flag on KGP
  • 6307e73 [Wasm] Implement Xwasm-IC-generate-unchanged-modules flag
  • 39d7aee Add ChangeLog for 2.4.10-RC2
  • a2956be [Gradle] Update karma.conf.js to use 'require(...)' instead plain strings
  • 9b1361c [Gradle] KT-87223: Updated regression test
  • a4c153a [Gradle] KT-87223: Fix toochain to 2.4.0 for abiValidation compat config
  • bc04b90 Add ChangeLog for 2.4.10-RC
  • bbcb94b [CRI] explicitly disable CRI generation for non-JVM targets to avoid false-po...
  • 6c2c458 Scripting: fix jvmTarget processing from script annotations
  • Additional commits viewable in compare view

Updates plugin.serialization from 2.2.10 to 2.4.10

Release notes

Sourced from plugin.serialization's releases.

Kotlin 2.4.10

Changelog

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

Compiler

  • KT-86939 JVM: IllegalStateException "No value for annotation parameter" when using const val in nested Java annotation array argument
  • KT-83766 K2: Wrong sourcePsi is set for SymbolPsiLiteral in SLC for annotation arguments referencing a const val
  • KT-86728 Reified type inference: expected type not propagated into inline call inside lambda with elvis operator

Compose Compiler

  • b/522127447 Compose Compiler 2.4: classes previously inferred stable now reported runtime/Uncertain

Klibs

  • KT-86501 Native: IrTypeAliasSymbolImpl is already bound. Signature: kotlinx.datetime/Instant|null[0] on iosSimulatorArm64

Tools. CLI

  • KT-86930 Introduce kotlinr in the Kotlin distribution

Tools. Gradle. BCV

  • KT-87223 Gradle, BCV: open version range in kotlinAbiValidationCompatClasspath causes kotlin-build-tools-impl to resolve to 2.4.20-Beta1 instead of 2.4.0

Tools. Gradle. JS

  • KT-87304 jsBrowserTest fails with "exited with errors (exit code: 1)"
  • KT-86057 kotlinUpgradeYarnLock skips lock file regeneration when kotlinNpmInstall is up-to-date, causing kotlinStoreYarnLock to fail

Tools. Gradle. Multiplatform

  • KT-87084 False positive warning for JS and Wasm compilations when CRI is enabled

Tools. Scripts

  • KT-87076 @file:CompilerOptions("-jvm-target", ...) ignored in .main.kts scripts in Kotlin 2.4.0, falling back to JVM target 1.8
  • KT-86352 K2 scripting: FirResolvedTypeRef exception when resolving extension functions from imported scripts

Kotlin 2.4.10-RC2

Changelog

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

... (truncated)

Changelog

Sourced from plugin.serialization's changelog.

2.4.10

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

Compiler

  • KT-86939 JVM: IllegalStateException "No value for annotation parameter" when using const val in nested Java annotation array argument
  • KT-83766 K2: Wrong sourcePsi is set for SymbolPsiLiteral in SLC for annotation arguments referencing a const val
  • KT-86728 Reified type inference: expected type not propagated into inline call inside lambda with elvis operator

Compose Compiler

  • b/522127447 Compose Compiler 2.4: classes previously inferred stable now reported runtime/Uncertain

Klibs

  • KT-86501 Native: IrTypeAliasSymbolImpl is already bound. Signature: kotlinx.datetime/Instant|null[0] on iosSimulatorArm64

Tools. CLI

  • KT-86930 Introduce kotlinr in the Kotlin distribution

Tools. Gradle. BCV

  • KT-87223 Gradle, BCV: open version range in kotlinAbiValidationCompatClasspath causes kotlin-build-tools-impl to resolve to 2.4.20-Beta1 instead of 2.4.0

Tools. Gradle. JS

  • KT-87304 jsBrowserTest fails with "exited with errors (exit code: 1)"
  • KT-86057 kotlinUpgradeYarnLock skips lock file regeneration when kotlinNpmInstall is up-to-date, causing kotlinStoreYarnLock to fail

Tools. Gradle. Multiplatform

  • KT-87084 False positive warning for JS and Wasm compilations when CRI is enabled

Tools. Scripts

  • KT-87076 @file:CompilerOptions("-jvm-target", ...) ignored in .main.kts scripts in Kotlin 2.4.0, falling back to JVM target 1.8
  • KT-86352 K2 scripting: FirResolvedTypeRef exception when resolving extension functions from imported scripts

2.4.0

Analysis API

  • KT-83867 OVERLOAD_RESOLUTION_AMBIGUITY false positive with assertEquals in IJ repo
  • KT-83723 [Analysis API] Enable experimental KDoc resolver by default
  • KT-83388 Analysis API: properly support KMP in KotlinPackageProvider

... (truncated)

Commits
  • 5687445 Add Changelog for 2.4.10-RC2
  • ba30392 [Wasm] Support regenerate unchanged modules flag on KGP
  • 6307e73 [Wasm] Implement Xwasm-IC-generate-unchanged-modules flag
  • 39d7aee Add ChangeLog for 2.4.10-RC2
  • a2956be [Gradle] Update karma.conf.js to use 'require(...)' instead plain strings
  • 9b1361c [Gradle] KT-87223: Updated regression test
  • a4c153a [Gradle] KT-87223: Fix toochain to 2.4.0 for abiValidation compat config
  • bc04b90 Add ChangeLog for 2.4.10-RC
  • bbcb94b [CRI] explicitly disable CRI generation for non-JVM targets to avoid false-po...
  • 6c2c458 Scripting: fix jvmTarget processing from script annotations
  • Additional commits viewable in compare view

Updates gradle-wrapper from 8.13 to 9.6.1

Release notes

Sourced from gradle-wrapper's releases.

9.6.1

The Gradle team is excited to announce Gradle 9.6.1.

Here are the highlights of this release:

  • Improved Configuration Cache hit rates
  • Additional CLI rendering options
  • Important project hierarchy lookup deprecations

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Aharnish Solanki, Benedikt Johannes, Devendra Reddy Pennabadi, Dmytro Rodionov, Dreeam, Elías Hernández Rodríguez, Eng Zer Jun, FinlayRJW, Kamal Kansal, Marcono1234, Nelson Osacky, Philip Wedemann, Ravi, Roberto Perez Alcolea, Ryan Schmitt, Sebastian Schuberth, seunghun.ham, sk-reddy17, Suvrat Acharya, Vedant Madane.

Upgrade instructions

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

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

9.6.0

... (truncated)

Commits
  • 309d128 Update fixed issues in release notes for 9.6.1 (#38328)
  • 040a978 Update fixed issues in release notes for 9.6.1
  • e0b8325 Restore --non-interactive flag instead of --interactive/--no-interactive (#38...
  • 946f3e6 Limit explicit temp file permission setting to intended use case (#38300)
  • 65f8224 Restore --non-interactive flag instead of --interactive/--no-interactive
  • e346a5e Adjust CLI flag to configure non-interactive console (#38301)
  • 9b53be9 Adjust CLI flag to configure non-interactive console
  • 0dd3b53 Limit explicit temp file permission setting to intended use case
  • 48e5ac2 Add reproducers
  • 25598fd Prepare 9.6.1 patch release (#38293)
  • Additional commits viewable in compare view

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

Release notes

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

15.0.4

🐛 Fixes

  • fix(build): stop leaking compose-stability-runtime into consumers

💬 Other

  • chore(deps): update github/codeql-action digest to 54f647b
  • chore(deps): update gradle to v9.6.1
  • chore(deps): update actions/cache action to v6
  • chore(deps): update github actions updates

Contributors:

15.0.3

🚀 Features

  • fix(compose-m3): fix spurious horizontal padding in license bottom sheet

💬 Other

  • chore(deps): update github actions updates
  • chore(deps): update actions/checkout action to v7
  • chore(deps): update gradle to v9.6.0
  • fix(deps): update lifecycle to v2.11.0

Contributors:

15.0.2

🚀 Features

  • Expose bottom sheet state from the LibrariesContainer

💬 Other

... (truncated)

Commits
  • 03b378f Merge pull request #1426 from mikepenz/develop
  • b8ab951 - [release] v15.0.4
  • 7d71c3d Merge pull request #1425 from mikepenz/fix/stability-analyzer-runtime-leak
  • 2e55f76 fix(build): stop leaking compose-stability-runtime into consumers
  • 2cd8212 chore(deps): update github actions updates (#1423)
  • c95c616 Merge pull request #1422 from mikepenz/renovate/actions-cache-6.x
  • 14de8cf Merge pull request #1421 from mikepenz/renovate/gradle-wrapper
  • db93527 chore(deps): update actions/cache action to v6
  • f02759a chore(deps): update gradle to v9.6.1
  • 2520bbb chore(deps): update github/codeql-action digest to 54f647b (#1420)
  • Additional commits viewable in compare view

Updates com.mikepenz.aboutlibraries.plugin from 12.2.4 to 15.0.4

Updates androidx.activity:activity-compose from 1.10.1 to 1.13.0

Updates androidx.activity:activity-ktx from 1.10.1 to 1.13.0

Updates androidx.activity:activity-ktx from 1.10.1 to 1.13.0

Updates androidx.biometric:biometric from 1.4.0-alpha04 to 1.4.0-alpha07

Updates androidx.browser:browser from 1.9.0 to 1.10.0

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

Updates androidx.core:core-ktx from 1.17.0 to 1.19.0

Updates androidx.lifecycle:lifecycle-livedata-ktx from 2.9.3 to 2.11.0

Updates androidx.lifecycle:lifecycle-runtime-ktx from 2.9.3 to 2.11.0

Updates androidx.lifecycle:lifecycle-viewmodel-compose from 2.9.3 to 2.11.0

Updates androidx.lifecycle:lifecycle-viewmodel-ktx from 2.9.3 to 2.11.0

Updates androidx.lifecycle:lifecycle-runtime-ktx from 2.9.3 to 2.11.0

Updates androidx.lifecycle:lifecycle-viewmodel-compose from 2.9.3 to 2.11.0

Updates androidx.lifecycle:lifecycle-viewmodel-ktx from 2.9.3 to 2.11.0

Updates io.coil-kt.coil3:coil from 3.3.0 to 3.5.0

Release notes

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

3.5.0

See CHANGELOG.md.

3.5.0-beta01

See CHANGELOG.md.

3.4.0

See CHANGELOG.md.

Changelog

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

[3.5.0] - June 10, 2026

Changes since 3.4.0:

  • Important: Remove iosX64 and macosX64 targets. (#3386)
  • Important: Increase Android's minimum SDK version to 23. (#3283)
  • New: Add fast WebP size extraction on JS/WASM to avoid falling back to a full Skia decode. (#3341)
  • Remove experimental annotation from ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground. (#3439)
  • Fix CacheStrategy implementations being unable to refresh cached failure responses (e.g. expired cached 404 responses). (#3401)
  • Look up ContinuationInterceptor instead of CoroutineDispatcher in coroutine contexts. (#3415)
  • Update the Android compile SDK to 36.
  • Update the Kotlin language version to 2.2.
  • Update Kotlin to 2.4.0.
  • Update Compose to 1.11.1.
  • Update Okio to 3.17.0.
  • Update Skiko to 0.144.6.
  • Update androidx.annotation to 1.10.0.

Changes since 3.5.0-beta01:

  • Remove experimental annotation from ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground. (#3439)
  • Look up ContinuationInterceptor instead of CoroutineDispatcher in coroutine contexts. (#3415)
  • Update the Kotlin language version to 2.2.
  • Update Kotlin to 2.4.0.
  • Update Compose to 1.11.1.
  • Update Skiko to 0.144.6.

[3.5.0-beta01] - May 4, 2026

  • Remove iosX64 and macosX64 targets. (#3386)
  • Increase Android's minimum SDK version to 23. (#3283)
  • Add fast WebP size extraction on JS/WASM to avoid falling back to a full Skia decode. (#3341)
  • Fix CacheStrategy implementations being unable to refresh cached failure responses (e.g. expired cached 404 responses). (#3401)
  • Update compile SDK to 36.
  • Update Kotlin to 2.3.21.
  • Update Compose to 1.11.0-beta03.
  • Update Okio to 3.17.0.
  • Update Skiko to 0.144.5.
  • Update androidx.annotation to 1.10.0.

[3.4.0] - February 24, 2026

  • New: Add ConcurrentRequestStrategy to support combining in-flight network requests for the same key. (#2995, #3326)
    • DeDupeConcurrentRequestStrategy enables this behavior and lets waiters wait for the results of an in-flight network request.
      • This behavior is experimental and is currently disabled by default.
      • Currently, requests are always combined based on their diskCacheKey.
    • OkHttpNetworkFetcherFactory, KtorNetworkFetcherFactory, and NetworkFetcher.Factory now accept concurrentRequestStrategy.
  • New: Decode images on JS/WASM using a web worker to avoid blocking the browser main thread. (#3305)
  • New: Add support for Linux native targets (linuxX64 and linuxArm64) for non-Compose multiplatform artifacts. (#3054)
  • New: Add Compose-only APIs to improve transitions between subsequent requests. (#3141, #3175)

... (truncated)

Commits
  • ce5df14 Prepare version 3.5.0.
  • 256c59a Update copyright headers to 2026. (#3444)
  • 82105de chore(deps): update plugin poko to v0.23.1 (#3442)
  • 45a5f5b Handle iOS insets for Compose sample (#3441)
  • adaa208 Stabilize ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground and ...
  • 282986b chore(deps): update plugin poko to v0.23.0 (#3440)
  • 619ea72 fix(deps): update kotlin monorepo to v2.4.0 (#3437)
  • 47a1dc4 fix(deps): update jetbrains.compose to v1.11.1 (#3435)
  • 8dbfad4 fix(deps): update dependency org.jetbrains.kotlinx:atomicfu-gradle-plugin to ...
  • 86e70e1 chore(deps): update plugin spotless to v8.6.0 (#3432)
  • Additional commits viewable in compare view

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

Release notes

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

3.5.0

See CHANGELOG.md.

3.5.0-beta01

See CHANGELOG.md.

3.4.0

See CHANGELOG.md.

Changelog

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

[3.5.0] - June 10, 2026

Changes since 3.4.0:

  • Important: Remove iosX64 and macosX64 targets. (#3386)
  • Important: Increase Android's minimum SDK version to 23. (#3283)
  • New: Add fast WebP size extraction on JS/WASM to avoid falling back to a full Skia decode. (#3341)
  • Remove experimental annotation from ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground. (#3439)
  • Fix CacheStrategy implementations being unable to refresh cached failure responses (e.g. expired cached 404 responses). (#3401)
  • Look up ContinuationInterceptor instead of CoroutineDispatcher in coroutine contexts. (#3415)
  • Update the Android compile SDK to 36.
  • Update the Kotlin language version to 2.2.
  • Update Kotlin to 2.4.0.
  • Update Compose to 1.11.1.
  • Update Okio to 3.17.0.
  • Update Skiko to 0.144.6.
  • Update androidx.annotation to 1.10.0.

Changes since 3.5.0-beta01:

  • Remove experimental annotation from ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground. (#3439)
  • Look up ContinuationInterceptor instead of CoroutineDispatcher in coroutine contexts. (#3415)
  • Update the Kotlin language version to 2.2.
  • Update Kotlin to 2.4.0.
  • Update Compose to 1.11.1.
  • Update Skiko to 0.144.6.

[3.5.0-beta01] - May 4, 2026

  • Remove iosX64 and macosX64 targets. (#3386)
  • Increase Android's minimum SDK version to 23. (#3283)
  • Add fast WebP size extraction on JS/WASM to avoid falling back to a full Skia decode. (#3341)
  • Fix CacheStrategy implementations being unable to refresh cached failure responses (e.g. expired cached 404 responses). (#3401)
  • Update compile SDK to 36.
  • Update Kotlin to 2.3.21.
  • Update Compose to 1.11.0-beta03.
  • Update Okio to 3.17.0.
  • Update Skiko to 0.144.5.
  • Update androidx.annotation to 1.10.0.

[3.4.0] - February 24, 2026

  • New: Add ConcurrentRequestStrategy to support combining in-flight network requests for the same key. (#2995, #3326)
    • DeDupeConcurrentRequestStrategy enables this behavior and lets waiters wait for the results of an in-flight network request.
      • This behavior is experimental and is currently disabled by default.
      • Currently, requests are always combined based on their diskCacheKey.
    • OkHttpNetworkFetcherFactory, KtorNetworkFetcherFactory, and NetworkFetcher.Factory now accept concurrentRequestStrategy.
  • New: Decode images on JS/WASM using a web worker to avoid blocking the browser main thread. (#3305)
  • New: Add support for Linux native targets (linuxX64 and linuxArm64) for non-Compose multiplatform artifacts. (#3054)
  • New: Add Compose-only APIs to improve transitions between subsequent requests. (#3141, #3175)

... (truncated)

Commits
  • ce5df14 Prepare version 3.5.0.
  • 256c59a Update copyright headers to 2026. (#3444)
  • 82105de chore(deps): update plugin poko to v0.23.1 (#3442)
  • 45a5f5b Handle iOS insets for Compose sample (#3441)
  • adaa208 Stabilize ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground and ...
  • 282986b chore(deps): update plugin poko to v0.23.0 (#3440)
  • 619ea72 fix(deps): update kotlin monorepo to v2.4.0 (#3437)
  • 47a1dc4 fix(deps): update jetbrains.compose to v1.11.1 (#3435)
  • 8dbfad4 fix(deps): update dependency org.jetbrains.kotlinx:atomicfu-gradle-plugin to ...
  • 86e70e1 chore(deps): update plugin spotless to v8.6.0 (#3432)
  • Additional commits viewable in compare view

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

Release notes

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

3.5.0

See CHANGELOG.md.

3.5.0-beta01

See CHANGELOG.md.

3.4.0

See CHANGELOG.md.

Changelog

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

[3.5.0] - June 10, 2026

Changes since 3.4.0:

  • Important: Remove iosX64 and macosX64 targets. (#3386)
  • Important: Increase Android's minimum SDK version to 23. (#3283)
  • New: Add fast WebP size extraction on JS/WASM to avoid falling back to a full Skia decode. (#3341)
  • Remove experimental annotation from ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground. (#3439)
  • Fix CacheStrategy implementations being unable to refresh cached failure responses (e.g. expired cached 404 responses). (#3401)
  • Look up ContinuationInterceptor instead of CoroutineDispatcher in coroutine contexts. (#3415)
  • Update the Android compile SDK to 36.
  • Update the Kotlin language version to 2.2.
  • Update Kotlin to 2.4.0.
  • Update Compose to 1.11.1.
  • Update Okio to 3.17.0.
  • Update Skiko to 0.144.6.
  • Update androidx.annotation to 1.10.0.

Changes since 3.5.0-beta01:

  • Remove experimental annotation from ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground. (#3439)
  • Look up ContinuationInterceptor instead of CoroutineDispatcher in coroutine contexts. (#3415)
  • Update the Kotlin language version to 2.2.
  • Update Kotlin to 2.4.0.
  • Update Compose to 1.11.1.
  • Update Skiko to 0.144.6.

[3.5.0-beta01] - May 4, 2026

  • Remove iosX64 and macosX64 targets. (#3386)
  • Increase Android's minimum SDK version to 23. (#3283)
  • Add fast WebP size extraction on JS/WASM to avoid falling back to a full Skia decode. (#3341)
  • Fix CacheStrategy implementations being unable to refresh cached failure responses (e.g. expired cached 404 responses). (#3401)
  • Update compile SDK to 36.
  • Update Kotlin to 2.3.21.
  • Update Compose to 1.11.0-beta03.
  • Update Okio to 3.17.0.
  • Update Skiko to 0.144.5.
  • Update androidx.annotation to 1.10.0.

[3.4.0] - February 24, 2026

  • New: Add ConcurrentRequestStrategy to support combining in-flight network requests for the same key. (#2995, #3326)
    • DeDupeConcurrentRequestStrategy enables this behavior and lets waiters wait for the results of an in-flight network request.
      • This behavior is experimental and is currently disabled by default.
      • Currently, requests are always combined based on their diskCacheKey.
    • OkHttpNetworkFetcherFactory, KtorNetworkFetcherFactory, and NetworkFetcher.Factory now accept concurrentRequestStrategy.
  • New: Decode images on JS/WASM using a web worker to avoid blocking the browser main thread. (#3305)
  • New: Add support for Linux native targets (linuxX64 and linuxArm64) for non-Compose multiplatform artifacts. (#3054)
  • New: Add Compose-only APIs to improve transitions between subsequent requests. (#3141, #3175)

... (truncated)

Commits
  • ce5df14 Prepare version 3.5.0.
  • 256c59a Update copyright headers to 2026. (#3444)
  • 82105de chore(deps): update plugin poko to v0.23.1 (#3442)
  • 45a5f5b Handle iOS insets for Compose sample (#3441)
  • adaa208 Stabilize ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground and ...
  • 282986b chore(deps): update plugin poko to v0.23.0 (#3440)

…h 34 updates

Bumps the maven-dependencies group with 34 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.4.10` |
| [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.4.10` |
| [plugin.serialization](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.4.10` |
| [gradle-wrapper](https://github.com/gradle/gradle) | `8.13` | `9.6.1` |
| [com.mikepenz:aboutlibraries-core](https://github.com/mikepenz/AboutLibraries) | `12.2.4` | `15.0.4` |
| com.mikepenz.aboutlibraries.plugin | `12.2.4` | `15.0.4` |
| androidx.activity:activity-compose | `1.10.1` | `1.13.0` |
| androidx.activity:activity-ktx | `1.10.1` | `1.13.0` |
| androidx.biometric:biometric | `1.4.0-alpha04` | `1.4.0-alpha07` |
| androidx.browser:browser | `1.9.0` | `1.10.0` |
| androidx.compose:compose-bom | `2025.08.01` | `2026.06.01` |
| androidx.core:core-ktx | `1.17.0` | `1.19.0` |
| androidx.lifecycle:lifecycle-livedata-ktx | `2.9.3` | `2.11.0` |
| androidx.lifecycle:lifecycle-runtime-ktx | `2.9.3` | `2.11.0` |
| androidx.lifecycle:lifecycle-viewmodel-compose | `2.9.3` | `2.11.0` |
| androidx.lifecycle:lifecycle-viewmodel-ktx | `2.9.3` | `2.11.0` |
| [io.coil-kt.coil3:coil](https://github.com/coil-kt/coil) | `3.3.0` | `3.5.0` |
| [io.coil-kt.coil3:coil-network-okhttp](https://github.com/coil-kt/coil) | `3.3.0` | `3.5.0` |
| [org.apache.commons:commons-compress](https://github.com/apache/commons-compress) | `1.27.1` | `1.28.0` |
| commons-io:commons-io | `2.20.0` | `2.22.0` |
| [org.kohsuke:github-api](https://github.com/hub4j/github-api) | `1.329` | `1.330` |
| com.google.gms:google-services | `4.4.3` | `4.5.0` |
| [com.google.code.gson:gson](https://github.com/google/gson) | `2.13.1` | `2.14.0` |
| [org.jsoup:jsoup](https://github.com/jhy/jsoup) | `1.21.2` | `1.22.2` |
| [com.tencent.kona:kona-crypto](https://github.com/Tencent/TencentKonaSMSuite) | `1.0.18` | `1.0.23` |
| [com.tencent.kona:kona-provider](https://github.com/Tencent/TencentKonaSMSuite) | `1.0.18` | `1.0.23` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) | `1.10.2` | `1.11.0` |
| [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.9.0` | `1.11.0` |
| [com.google.android.material:material](https://github.com/material-components/material-components-android) | `1.14.0-alpha04` | `1.14.0` |
| org.apache.maven:maven-artifact | `3.9.11` | `3.9.16` |
| [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) | `5.1.0` | `5.4.0` |
| [com.airbnb.android:paris](https://github.com/airbnb/paris) | `2.0.2` | `2.2.1` |
| androidx.activity:activity | `1.10.1` | `1.13.0` |
| com.android.application | `8.12.2` | `9.3.1` |



Updates `org.jetbrains.kotlin.android` from 2.2.10 to 2.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.4.10)

Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.10 to 2.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.4.10)

Updates `plugin.serialization` from 2.2.10 to 2.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.4.10)

Updates `gradle-wrapper` from 8.13 to 9.6.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v8.13.0...v9.6.1)

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

Updates `com.mikepenz.aboutlibraries.plugin` from 12.2.4 to 15.0.4

Updates `androidx.activity:activity-compose` from 1.10.1 to 1.13.0

Updates `androidx.activity:activity-ktx` from 1.10.1 to 1.13.0

Updates `androidx.activity:activity-ktx` from 1.10.1 to 1.13.0

Updates `androidx.biometric:biometric` from 1.4.0-alpha04 to 1.4.0-alpha07

Updates `androidx.browser:browser` from 1.9.0 to 1.10.0

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

Updates `androidx.core:core-ktx` from 1.17.0 to 1.19.0

Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.9.3 to 2.11.0

Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.3 to 2.11.0

Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.9.3 to 2.11.0

Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.9.3 to 2.11.0

Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.3 to 2.11.0

Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.9.3 to 2.11.0

Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.9.3 to 2.11.0

Updates `io.coil-kt.coil3:coil` from 3.3.0 to 3.5.0
- [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.3.0...3.5.0)

Updates `io.coil-kt.coil3:coil-network-okhttp` from 3.3.0 to 3.5.0
- [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.3.0...3.5.0)

Updates `io.coil-kt.coil3:coil-network-okhttp` from 3.3.0 to 3.5.0
- [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.3.0...3.5.0)

Updates `org.apache.commons:commons-compress` from 1.27.1 to 1.28.0
- [Changelog](https://github.com/apache/commons-compress/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-compress@rel/commons-compress-1.27.1...rel/commons-compress-1.28.0)

Updates `commons-io:commons-io` from 2.20.0 to 2.22.0

Updates `org.kohsuke:github-api` from 1.329 to 1.330
- [Release notes](https://github.com/hub4j/github-api/releases)
- [Changelog](https://github.com/hub4j/github-api/blob/main/CHANGELOG.md)
- [Commits](hub4j/github-api@github-api-1.329...github-api-1.330)

Updates `com.google.gms:google-services` from 4.4.3 to 4.5.0

Updates `com.google.code.gson:gson` from 2.13.1 to 2.14.0
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.13.1...gson-parent-2.14.0)

Updates `org.jsoup:jsoup` from 1.21.2 to 1.22.2
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)
- [Commits](jhy/jsoup@jsoup-1.21.2...jsoup-1.22.2)

Updates `com.tencent.kona:kona-crypto` from 1.0.18 to 1.0.23
- [Release notes](https://github.com/Tencent/TencentKonaSMSuite/releases)
- [Commits](Tencent/TencentKonaSMSuite@v1.0.18...v1.0.23)

Updates `com.tencent.kona:kona-provider` from 1.0.18 to 1.0.23
- [Release notes](https://github.com/Tencent/TencentKonaSMSuite/releases)
- [Commits](Tencent/TencentKonaSMSuite@v1.0.18...v1.0.23)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.10.2 to 1.11.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.10.2...1.11.0)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.9.0 to 1.11.0
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.9.0...v1.11.0)

Updates `com.google.android.material:material` from 1.14.0-alpha04 to 1.14.0
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](material-components/material-components-android@1.14.0-alpha04...1.14.0)

Updates `org.apache.maven:maven-artifact` from 3.9.11 to 3.9.16

Updates `com.squareup.okhttp3:okhttp` from 5.1.0 to 5.4.0
- [Changelog](https://github.com/lysine-dev/okhttp/blob/main/CHANGELOG.md)
- [Commits](lysine-dev/okhttp@parent-5.1.0...parent-5.4.0)

Updates `com.airbnb.android:paris` from 2.0.2 to 2.2.1
- [Release notes](https://github.com/airbnb/paris/releases)
- [Changelog](https://github.com/airbnb/paris/blob/master/CHANGELOG.md)
- [Commits](airbnb/paris@2.0.2...2.2.1)

Updates `androidx.activity:activity` from 1.10.1 to 1.13.0

Updates `com.mikepenz.aboutlibraries.plugin` from 12.2.4 to 15.0.4

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

Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.10 to 2.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.4.10)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: plugin.serialization
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: gradle-wrapper
  dependency-version: 9.6.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: com.mikepenz:aboutlibraries-core
  dependency-version: 15.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: com.mikepenz.aboutlibraries.plugin
  dependency-version: 15.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: androidx.activity:activity-compose
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.activity:activity-ktx
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.activity:activity-ktx
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.biometric:biometric
  dependency-version: 1.4.0-alpha07
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: androidx.browser:browser
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.compose:compose-bom
  dependency-version: 2026.06.01
  dependency-type: direct:production
  dependency-group: maven-dependencies
- dependency-name: androidx.core:core-ktx
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.lifecycle:lifecycle-livedata-ktx
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-compose
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-compose
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.coil-kt.coil3:coil
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.coil-kt.coil3:coil-network-okhttp
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.coil-kt.coil3:coil-network-okhttp
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.commons:commons-compress
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: commons-io:commons-io
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.kohsuke:github-api
  dependency-version: '1.330'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.google.gms:google-services
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.google.code.gson:gson
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.jsoup:jsoup
  dependency-version: 1.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.tencent.kona:kona-crypto
  dependency-version: 1.0.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: com.tencent.kona:kona-provider
  dependency-version: 1.0.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.google.android.material:material
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven:maven-artifact
  dependency-version: 3.9.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: com.squareup.okhttp3:okhttp
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.airbnb.android:paris
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.activity:activity
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.mikepenz.aboutlibraries.plugin
  dependency-version: 15.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: com.android.application
  dependency-version: 9.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

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 Aug 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 1, 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 1, 2026
@dependabot
dependabot Bot deleted the dependabot/gradle/maven-dependencies-c7e8690337 branch September 1, 2026 10: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.

0 participants