Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/maven-dependencies-285fadf592
Open

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
org.jetbrains.kotlin.android 2.2.10 2.3.21
org.jetbrains.kotlin.plugin.compose 2.2.10 2.3.21
plugin.serialization 2.2.10 2.3.21
gradle-wrapper 8.13 9.5.1
com.mikepenz:aboutlibraries-core 12.2.4 14.2.1
com.mikepenz.aboutlibraries.plugin 12.2.4 14.2.1
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.05.01
androidx.core:core-ktx 1.17.0 1.18.0
androidx.datastore:datastore-preferences 1.1.7 1.2.1
androidx.lifecycle:lifecycle-livedata-ktx 2.9.3 2.10.0
androidx.lifecycle:lifecycle-runtime-ktx 2.9.3 2.10.0
androidx.lifecycle:lifecycle-viewmodel-compose 2.9.3 2.10.0
androidx.lifecycle:lifecycle-viewmodel-ktx 2.9.3 2.10.0
androidx.compose.material3:material3 1.5.0-alpha03 1.5.0-alpha20
androidx.compose.material3:material3-window-size-class 1.5.0-alpha03 1.5.0-alpha20
androidx.compose.runtime:runtime-livedata 1.9.0 1.11.2
androidx.compose.ui:ui 1.9.0 1.11.2
androidx.compose.ui:ui-tooling 1.9.0 1.11.2
androidx.compose.ui:ui-tooling-preview 1.9.0 1.11.2
androidx.compose.ui:ui-graphics 1.9.0 1.11.2
io.coil-kt.coil3:coil 3.3.0 3.4.0
io.coil-kt.coil3:coil-network-okhttp 3.3.0 3.4.0
org.apache.commons:commons-compress 1.27.1 1.28.0
commons-io:commons-io 2.20.0 2.22.0
com.google.firebase:firebase-bom 34.2.0 34.14.0
org.kohsuke:github-api 1.329 1.330
com.google.gms:google-services 4.4.3 4.4.4
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.20
com.tencent.kona:kona-provider 1.0.18 1.0.20
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.3.2
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.2.1

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

Release notes

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

Kotlin 2.3.21

Changelog

Backend. Wasm

  • KT-84610 [Wasm] Failed to compile klibs in IC mode

Compiler

  • KT-84566 Prevent launching Default dispatcher threads from IJ SDK in kotlin compiler
  • KT-85358 Native: roll back the workaround for KT-84678 once MapLibre has been properly fixed
  • KT-85626 @JvmRecord in commonMain breaks compileCommonMainKotlinMetadata with "Cannot access 'java.lang.Record'"
  • KT-85405 Postpone/Revert DontIgnoreUpperBoundViolatedOnImplicitArguments
  • KT-84678 K/N: Undefined symbol from SPM-added ObjC frameworks when linking iOS target
  • KT-85021 False positive SUBCLASS_CANT_CALL_COMPANION_PROTECTED_NON_STATIC error in multi-module project

JavaScript

  • KT-82395 Support top-level declarations from compiler plugins in JS incremental compilation
  • KT-84475 K/JS: false-positive exportability warnings in multi-module project
  • KT-84633 Kotlin/JS: "Serializer for class not found" error when IR output granularity is whole-program
  • KT-85047 Kotlin/JS: @JsStatic on suspend fun of class companion generates incorrect d.ts
  • KT-84517 K/JS: bad mappings data in outputted Kotlin stdlib source map

Libraries

  • KT-71848 Kotlinx.metadata: Add CompilerPluginData into Km API

Native. C and ObjC Import

  • KT-85399 Kotlin/Native: TypeCastException when casting ObjC Protocol MetaClass with genericSafeCasts enabled
  • KT-85508 K/N: TypeCastException when using nw_parameters_create_secure_tcp block parameter on 2.3.20

Tools. Gradle

  • KT-84729 Update Gradle plugin-publish version to enable configuration cache badge on Gradle plugins portal

Tools. Gradle. Compiler plugins

  • KT-85257 AGP/Compose: MergeMappingFileTask clears R8 artifacts due to @OutputDirectory annotation on AGP 9.1+

Tools. Scripts

  • KT-85105 Scripts: JVM backend internal error (IR lowering) when scratch file contains anonymous object
  • KT-85103 Exception while generating code when explain destructuring decls
  • KT-84842 scriptCompilationClasspathFromContext behavior changed from 2.3.10 to 2.3.20
  • KT-85029 Kotlin Scripting: ScriptDiagnostic reports "at null" instead of error location

Tools. Statistics (FUS)

... (truncated)

Changelog

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

2.3.21

Backend. Wasm

  • KT-84610 [Wasm] Failed to compile klibs in IC mode

Compiler

  • KT-84566 Prevent launching Default dispatcher threads from IJ SDK in kotlin compiler
  • KT-85358 Native: roll back the workaround for KT-84678 once MapLibre has been properly fixed
  • KT-85626 @JvmRecord in commonMain breaks compileCommonMainKotlinMetadata with "Cannot access 'java.lang.Record'"
  • KT-85405 Postpone/Revert DontIgnoreUpperBoundViolatedOnImplicitArguments
  • KT-84678 K/N: Undefined symbol from SPM-added ObjC frameworks when linking iOS target
  • KT-85021 False positive SUBCLASS_CANT_CALL_COMPANION_PROTECTED_NON_STATIC error in multi-module project

JavaScript

  • KT-82395 Support top-level declarations from compiler plugins in JS incremental compilation
  • KT-84475 K/JS: false-positive exportability warnings in multi-module project
  • KT-84633 Kotlin/JS: "Serializer for class not found" error when IR output granularity is whole-program
  • KT-85047 Kotlin/JS: @JsStatic on suspend fun of class companion generates incorrect d.ts
  • KT-84517 K/JS: bad mappings data in outputted Kotlin stdlib source map

Libraries

  • KT-71848 Kotlinx.metadata: Add CompilerPluginData into Km API

Native. C and ObjC Import

  • KT-85399 Kotlin/Native: TypeCastException when casting ObjC Protocol MetaClass with genericSafeCasts enabled
  • KT-85508 K/N: TypeCastException when using nw_parameters_create_secure_tcp block parameter on 2.3.20

Tools. Gradle

  • KT-84729 Update Gradle plugin-publish version to enable configuration cache badge on Gradle plugins portal

Tools. Gradle. Compiler plugins

  • KT-85257 AGP/Compose: MergeMappingFileTask clears R8 artifacts due to @OutputDirectory annotation on AGP 9.1+

Tools. Scripts

  • KT-85105 Scripts: JVM backend internal error (IR lowering) when scratch file contains anonymous object
  • KT-85103 Exception while generating code when explain destructuring decls
  • KT-84842 scriptCompilationClasspathFromContext behavior changed from 2.3.10 to 2.3.20
  • KT-85029 Kotlin Scripting: ScriptDiagnostic reports "at null" instead of error location

Tools. Statistics (FUS)

  • KT-85628 KGP: composite build FUS metrics fail on access of 'configurationTimeMetrics'

... (truncated)

Commits
  • fea1ad8 Add ChangeLog for 2.3.21-RC2
  • 09c341e disable swift export execution tests in order to update macos
  • 67a0868 Avoid accessing KotlinNativeLink taskProvider when task was not executed
  • f89e5db [K/N] Disable TSAN in runtime tests
  • 45d6c85 [K/N] Don't generate generic safe casts for Objective-C types
  • 9261a6f [K/N][tests] Add a reproducer for KT-85508
  • c9ab9db [K/N][tests] Add a reproducer for KT-85399
  • 502e844 Explain: fix for destructuring declarations
  • 0c26485 Explain: fix for object literals
  • 68a9e3f [minor] fix testdata name in explain test
  • Additional commits viewable in compare view

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

Release notes

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

Kotlin 2.3.21

Changelog

Backend. Wasm

  • KT-84610 [Wasm] Failed to compile klibs in IC mode

Compiler

  • KT-84566 Prevent launching Default dispatcher threads from IJ SDK in kotlin compiler
  • KT-85358 Native: roll back the workaround for KT-84678 once MapLibre has been properly fixed
  • KT-85626 @JvmRecord in commonMain breaks compileCommonMainKotlinMetadata with "Cannot access 'java.lang.Record'"
  • KT-85405 Postpone/Revert DontIgnoreUpperBoundViolatedOnImplicitArguments
  • KT-84678 K/N: Undefined symbol from SPM-added ObjC frameworks when linking iOS target
  • KT-85021 False positive SUBCLASS_CANT_CALL_COMPANION_PROTECTED_NON_STATIC error in multi-module project

JavaScript

  • KT-82395 Support top-level declarations from compiler plugins in JS incremental compilation
  • KT-84475 K/JS: false-positive exportability warnings in multi-module project
  • KT-84633 Kotlin/JS: "Serializer for class not found" error when IR output granularity is whole-program
  • KT-85047 Kotlin/JS: @JsStatic on suspend fun of class companion generates incorrect d.ts
  • KT-84517 K/JS: bad mappings data in outputted Kotlin stdlib source map

Libraries

  • KT-71848 Kotlinx.metadata: Add CompilerPluginData into Km API

Native. C and ObjC Import

  • KT-85399 Kotlin/Native: TypeCastException when casting ObjC Protocol MetaClass with genericSafeCasts enabled
  • KT-85508 K/N: TypeCastException when using nw_parameters_create_secure_tcp block parameter on 2.3.20

Tools. Gradle

  • KT-84729 Update Gradle plugin-publish version to enable configuration cache badge on Gradle plugins portal

Tools. Gradle. Compiler plugins

  • KT-85257 AGP/Compose: MergeMappingFileTask clears R8 artifacts due to @OutputDirectory annotation on AGP 9.1+

Tools. Scripts

  • KT-85105 Scripts: JVM backend internal error (IR lowering) when scratch file contains anonymous object
  • KT-85103 Exception while generating code when explain destructuring decls
  • KT-84842 scriptCompilationClasspathFromContext behavior changed from 2.3.10 to 2.3.20
  • KT-85029 Kotlin Scripting: ScriptDiagnostic reports "at null" instead of error location

Tools. Statistics (FUS)

... (truncated)

Changelog

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

2.3.21

Backend. Wasm

  • KT-84610 [Wasm] Failed to compile klibs in IC mode

Compiler

  • KT-84566 Prevent launching Default dispatcher threads from IJ SDK in kotlin compiler
  • KT-85358 Native: roll back the workaround for KT-84678 once MapLibre has been properly fixed
  • KT-85626 @JvmRecord in commonMain breaks compileCommonMainKotlinMetadata with "Cannot access 'java.lang.Record'"
  • KT-85405 Postpone/Revert DontIgnoreUpperBoundViolatedOnImplicitArguments
  • KT-84678 K/N: Undefined symbol from SPM-added ObjC frameworks when linking iOS target
  • KT-85021 False positive SUBCLASS_CANT_CALL_COMPANION_PROTECTED_NON_STATIC error in multi-module project

JavaScript

  • KT-82395 Support top-level declarations from compiler plugins in JS incremental compilation
  • KT-84475 K/JS: false-positive exportability warnings in multi-module project
  • KT-84633 Kotlin/JS: "Serializer for class not found" error when IR output granularity is whole-program
  • KT-85047 Kotlin/JS: @JsStatic on suspend fun of class companion generates incorrect d.ts
  • KT-84517 K/JS: bad mappings data in outputted Kotlin stdlib source map

Libraries

  • KT-71848 Kotlinx.metadata: Add CompilerPluginData into Km API

Native. C and ObjC Import

  • KT-85399 Kotlin/Native: TypeCastException when casting ObjC Protocol MetaClass with genericSafeCasts enabled
  • KT-85508 K/N: TypeCastException when using nw_parameters_create_secure_tcp block parameter on 2.3.20

Tools. Gradle

  • KT-84729 Update Gradle plugin-publish version to enable configuration cache badge on Gradle plugins portal

Tools. Gradle. Compiler plugins

  • KT-85257 AGP/Compose: MergeMappingFileTask clears R8 artifacts due to @OutputDirectory annotation on AGP 9.1+

Tools. Scripts

  • KT-85105 Scripts: JVM backend internal error (IR lowering) when scratch file contains anonymous object
  • KT-85103 Exception while generating code when explain destructuring decls
  • KT-84842 scriptCompilationClasspathFromContext behavior changed from 2.3.10 to 2.3.20
  • KT-85029 Kotlin Scripting: ScriptDiagnostic reports "at null" instead of error location

Tools. Statistics (FUS)

  • KT-85628 KGP: composite build FUS metrics fail on access of 'configurationTimeMetrics'

... (truncated)

Commits
  • fea1ad8 Add ChangeLog for 2.3.21-RC2
  • 09c341e disable swift export execution tests in order to update macos
  • 67a0868 Avoid accessing KotlinNativeLink taskProvider when task was not executed
  • f89e5db [K/N] Disable TSAN in runtime tests
  • 45d6c85 [K/N] Don't generate generic safe casts for Objective-C types
  • 9261a6f [K/N][tests] Add a reproducer for KT-85508
  • c9ab9db [K/N][tests] Add a reproducer for KT-85399
  • 502e844 Explain: fix for destructuring declarations
  • 0c26485 Explain: fix for object literals
  • 68a9e3f [minor] fix testdata name in explain test
  • Additional commits viewable in compare view

Updates plugin.serialization from 2.2.10 to 2.3.21

Release notes

Sourced from plugin.serialization's releases.

Kotlin 2.3.21

Changelog

Backend. Wasm

  • KT-84610 [Wasm] Failed to compile klibs in IC mode

Compiler

  • KT-84566 Prevent launching Default dispatcher threads from IJ SDK in kotlin compiler
  • KT-85358 Native: roll back the workaround for KT-84678 once MapLibre has been properly fixed
  • KT-85626 @JvmRecord in commonMain breaks compileCommonMainKotlinMetadata with "Cannot access 'java.lang.Record'"
  • KT-85405 Postpone/Revert DontIgnoreUpperBoundViolatedOnImplicitArguments
  • KT-84678 K/N: Undefined symbol from SPM-added ObjC frameworks when linking iOS target
  • KT-85021 False positive SUBCLASS_CANT_CALL_COMPANION_PROTECTED_NON_STATIC error in multi-module project

JavaScript

  • KT-82395 Support top-level declarations from compiler plugins in JS incremental compilation
  • KT-84475 K/JS: false-positive exportability warnings in multi-module project
  • KT-84633 Kotlin/JS: "Serializer for class not found" error when IR output granularity is whole-program
  • KT-85047 Kotlin/JS: @JsStatic on suspend fun of class companion generates incorrect d.ts
  • KT-84517 K/JS: bad mappings data in outputted Kotlin stdlib source map

Libraries

  • KT-71848 Kotlinx.metadata: Add CompilerPluginData into Km API

Native. C and ObjC Import

  • KT-85399 Kotlin/Native: TypeCastException when casting ObjC Protocol MetaClass with genericSafeCasts enabled
  • KT-85508 K/N: TypeCastException when using nw_parameters_create_secure_tcp block parameter on 2.3.20

Tools. Gradle

  • KT-84729 Update Gradle plugin-publish version to enable configuration cache badge on Gradle plugins portal

Tools. Gradle. Compiler plugins

  • KT-85257 AGP/Compose: MergeMappingFileTask clears R8 artifacts due to @OutputDirectory annotation on AGP 9.1+

Tools. Scripts

  • KT-85105 Scripts: JVM backend internal error (IR lowering) when scratch file contains anonymous object
  • KT-85103 Exception while generating code when explain destructuring decls
  • KT-84842 scriptCompilationClasspathFromContext behavior changed from 2.3.10 to 2.3.20
  • KT-85029 Kotlin Scripting: ScriptDiagnostic reports "at null" instead of error location

Tools. Statistics (FUS)

... (truncated)

Changelog

Sourced from plugin.serialization's changelog.

2.3.21

Backend. Wasm

  • KT-84610 [Wasm] Failed to compile klibs in IC mode

Compiler

  • KT-84566 Prevent launching Default dispatcher threads from IJ SDK in kotlin compiler
  • KT-85358 Native: roll back the workaround for KT-84678 once MapLibre has been properly fixed
  • KT-85626 @JvmRecord in commonMain breaks compileCommonMainKotlinMetadata with "Cannot access 'java.lang.Record'"
  • KT-85405 Postpone/Revert DontIgnoreUpperBoundViolatedOnImplicitArguments
  • KT-84678 K/N: Undefined symbol from SPM-added ObjC frameworks when linking iOS target
  • KT-85021 False positive SUBCLASS_CANT_CALL_COMPANION_PROTECTED_NON_STATIC error in multi-module project

JavaScript

  • KT-82395 Support top-level declarations from compiler plugins in JS incremental compilation
  • KT-84475 K/JS: false-positive exportability warnings in multi-module project
  • KT-84633 Kotlin/JS: "Serializer for class not found" error when IR output granularity is whole-program
  • KT-85047 Kotlin/JS: @JsStatic on suspend fun of class companion generates incorrect d.ts
  • KT-84517 K/JS: bad mappings data in outputted Kotlin stdlib source map

Libraries

  • KT-71848 Kotlinx.metadata: Add CompilerPluginData into Km API

Native. C and ObjC Import

  • KT-85399 Kotlin/Native: TypeCastException when casting ObjC Protocol MetaClass with genericSafeCasts enabled
  • KT-85508 K/N: TypeCastException when using nw_parameters_create_secure_tcp block parameter on 2.3.20

Tools. Gradle

  • KT-84729 Update Gradle plugin-publish version to enable configuration cache badge on Gradle plugins portal

Tools. Gradle. Compiler plugins

  • KT-85257 AGP/Compose: MergeMappingFileTask clears R8 artifacts due to @OutputDirectory annotation on AGP 9.1+

Tools. Scripts

  • KT-85105 Scripts: JVM backend internal error (IR lowering) when scratch file contains anonymous object
  • KT-85103 Exception while generating code when explain destructuring decls
  • KT-84842 scriptCompilationClasspathFromContext behavior changed from 2.3.10 to 2.3.20
  • KT-85029 Kotlin Scripting: ScriptDiagnostic reports "at null" instead of error location

Tools. Statistics (FUS)

  • KT-85628 KGP: composite build FUS metrics fail on access of 'configurationTimeMetrics'

... (truncated)

Commits
  • fea1ad8 Add ChangeLog for 2.3.21-RC2
  • 09c341e disable swift export execution tests in order to update macos
  • 67a0868 Avoid accessing KotlinNativeLink taskProvider when task was not executed
  • f89e5db [K/N] Disable TSAN in runtime tests
  • 45d6c85 [K/N] Don't generate generic safe casts for Objective-C types
  • 9261a6f [K/N][tests] Add a reproducer for KT-85508
  • c9ab9db [K/N][tests] Add a reproducer for KT-85399
  • 502e844 Explain: fix for destructuring declarations
  • 0c26485 Explain: fix for object literals
  • 68a9e3f [minor] fix testdata name in explain test
  • Additional commits viewable in compare view

Updates gradle-wrapper from 8.13 to 9.5.1

Release notes

Sourced from gradle-wrapper's releases.

9.5.1

The Gradle team is excited to announce Gradle 9.5.1.

Here are the highlights of this release:

  • Task provenance in reports and failure messages
  • Type-safe accessors for precompiled Kotlin Settings plugins

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: atm1020, mataha, Adam, Attila Kelemen, Benedikt Ritter, Björn Kautler, Caro Silva Rode, CHANHAN, Dmitry Nezavitin, Eng Zer Jun, KugelLibelle, Madalin Valceleanu, Markus Gaisbauer, Oliver Kopp, Philip Wedemann, ploober, Roberto Perez Alcolea, Rohit Anand, Suvrat Acharya, Ujwal Suresh Vanjare, Victor Merkulov

Upgrade instructions

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

./gradlew wrapper --gradle-version=9.5.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.5.0

... (truncated)

Commits
  • fd78213 Update Documentation Infrastructure: Fix scrolling issue in user manual (#37861)
  • 7758437 fix scroll
  • 2fd605f Only try to run as worker thread in DefaultBuildOperationQueue (#37845)
  • af69849 Release notes for Gradle 9.5.1 (#37853)
  • f4d9d03 Release notes for Gradle 9.5.1
  • 01eda3a Address review feedback on worker-lease retry changes
  • 7024e15 Revert enrich file visitor with size info on release branch (#37848)
  • d51476f Fix tryRunAsWorkerThread null-return test to match contract
  • 090ebab Revert "Add getLength() to FilePropertyVisitor.VisitState"
  • bceab24 Revert "Fix annotation"
  • Additional commits viewable in compare view

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

Release notes

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

14.2.1

🐛 Fixes

  • fix(plugin): defer dependency resolution to prevent IllegalMutationException under configure-on-demand (14.x.y)

Contributors:

14.2.0

🚀 Features

  • fix(plugin): register android tasks for com.android.kotlin.multiplatform.library

Contributors:

14.1.0

🚀 Features

  • feat(plugin): add includeLicenses build-time filter

🧪 Tests

  • test(plugin): add Groovy DSL functional tests for collect shadowing

💬 Other

  • chore(deps): update plugin com.gradle.plugin-publish to v2
  • chore(renovate): extend shared convention preset
  • chore(deps): update github actions updates
  • chore(deps): update gradle to v9.4.1
  • fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.14.3
  • fix(deps): update dependency com.mikepenz:version-catalog to v0.14.1
  • fix(plugin): restore SetProperty DSL, map to string input for CC
  • chore(deps): update github actions updates
  • chore(deps): update actions/upload-pages-artifact action to v5

... (truncated)

Commits
  • 81ef443 - [release] v14.2.1
  • 5d188f6 Merge pull request #1383 from mikepenz/fix/issue-1380-configure-on-demand-14.x.y
  • f23b3ee fix(plugin): defer dependency resolution to prevent IllegalMutationException ...
  • 05e588b - [release] v14.2.0
  • 234336c Merge pull request #1368 from mikepenz/fix/kmp-android-library-plugin-tasks-14x
  • f4f0a4b fix(plugin): register android tasks for com.android.kotlin.multiplatform.library
  • b28b02c Merge pull request #1348 from mikepenz/develop
  • 9abddd1 Merge pull request #1350 from mikepenz/chore/remove_wrong_prop
  • 51cd4ef fix(build): remove os.arch=x86_64 workaround breaking Kotlin Native on arm64
  • 6d7d9ad - [release] v14.1.0
  • Additional commits viewable in compare view

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

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.05.01

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

Updates androidx.datastore:datastore-preferences from 1.1.7 to 1.2.1

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

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

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

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

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

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

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

Updates androidx.compose.material3:material3 from 1.5.0-alpha03 to 1.5.0-alpha20

Updates androidx.compose.material3:material3-window-size-class from 1.5.0-alpha03 to 1.5.0-alpha20

Updates androidx.compose.material3:material3-window-size-class from 1.5.0-alpha03 to 1.5.0-alpha20

Updates androidx.compose.runtime:runtime-livedata from 1.9.0 to 1.11.2

Updates androidx.compose.ui:ui from 1.9.0 to 1.11.2

Updates androidx.compose.ui:ui-tooling from 1.9.0 to 1.11.2

Updates androidx.compose.ui:ui-tooling-preview from 1.9.0 to 1.11.2

Updates androidx.compose.ui:ui-graphics from 1.9.0 to 1.11.2

Updates androidx.compose.ui:ui-tooling from 1.9.0 to 1.11.2

Updates androidx.compose.ui:ui-tooling-preview from 1.9.0 to 1.11.2

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

Release notes

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

3.4.0

See CHANGELOG.md.

Changelog

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

[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)
    • ImageRequest.Builder.useExistingImageAsPlaceholder enables crossfading from the previous image when no placeholder is set.
    • ImageRequest.Builder.preferEndFirstIntrinsicSize lets CrossfadePainter prefer the end painter's intrinsic size.
  • New: Add ImageLoader.Builder.repeatCount(Int) in coil-gif to set a global animated image repeat count. (#3143)
  • New: Add support for preferring embedded video thumbnails in coil-video. (#3107)
  • New: Publish coil-lint with coil-core and add a lint check to catch accidental kotlin.error() calls in ImageRequest.Builder blocks. (#3304)
  • Set Kotlin language version to 2.1. (#3302)
  • Make BitmapFetcher available in common code. (#3286)
  • Use applicationContext when creating the singleton ImageLoader on Android. (#3246)
  • Cache eligible non-2xx HTTP responses by default (e.g. 404) and stop caching non-cacheable responses (e.g. 500). (#3137, #3139)
  • Fix potential race condition when consuming OkHttp response bodies. (#3186)
  • Fix maxBitmapSize edge case to prevent oversized bitmap crashes on Android. (#3259)
  • Update Kotlin to 2.3.10.
  • Update Compose to 1.9.3.
  • Update Okio to 3.16.4.
  • Update Skiko to 0.9.22.2.
  • Update kotlinx-io-okio to 0.9.0.
  • Update androidx.core to 1.16.0.
  • Update androidx.lifecycle to 2.9.4.
  • Update androidx.exifinterface to 1.4.2.
Commits
  • 51638b0 Prepare version 3.4.0.
  • e56678b Add changes for 3.4.0. (#3331)
  • be899b5 Implement ConcurrentRequestStrategy to support awaiting in-flight requests. (...
  • 4981da1 fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-io-okio to v0.9.0 ...
  • 8693061 Enable ktlint trailing commas (#3327)
  • 72f919b Add work around for updateLegacyAbi not updating Android API files. (#3325)
  • 09dab03 Update ktlint to 1.8.0. (#3324)
  • 69944c7 Publish coil-lint with coil-core. Improve coil-lint test coverage. (#3323)
  • 5e1ad4e Fix use of deprecated computeSizeMultiplier overload. (#3321)
  • 896fde5 fix(deps): update androidx.benchmark to v1.5.0-alpha03 (#3314)
  • Additional commits viewable in compare view

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

Release notes

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

3.4.0

See CHANGELOG.md.

Changelog

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

[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)
    • ImageRequest.Builder.useExistingImageAsPlaceholder enables crossfading from the previous image when no placeholder is set.
    • ImageRequest.Builder.preferEndFirstIntrinsicSize lets CrossfadePainter prefer the end painter's intrinsic size.
  • New: Add ImageLoader.Builder.repeatCount(Int) in coil-gif to set a global animated image repeat count. (#3143)
  • New: Add support for preferring embedded video thumbnails in coil-video. (#3107)
  • New: Publish coil-lint with coil-core and add a lint check to catch accidental kotlin.error() calls in ImageRequest.Builder blocks. (#3304)
  • Set Kotlin language version to 2.1. (#3302)
  • Make BitmapFetcher available in common code. (#3286)
  • Use applicationContext when creating the singleton ImageLoader on Android. (#3246)
  • Cache eligible non-2xx HTTP responses by default (e.g. 404) and stop caching non-cacheable responses (e.g. 500). (#3137, #3139)
  • Fix potential race condition when consuming OkHttp response bodies. (#3186)
  • Fix maxBitmapSize edge case to prevent oversized bitmap crashes on Android. (#3259)
  • Update Kotlin to 2.3.10.
  • Update Compose to 1.9.3.
  • Update Okio to 3.16.4.
  • Update Skiko to 0.9.22.2.
  • Update kotlinx-io-okio to 0.9.0.
  • Update androidx.core to 1.16.0.
  • Update androidx.lifecycle to 2.9.4.
  • Update androidx.exifinterface to 1.4.2.
Commits
  • 51638b0 Prepare version 3.4.0.
  • e56678b Add changes for 3.4.0. (#3331)
  • be899b5 Implement ConcurrentRequestStrategy to support awaiting in-flight requests. (...
  • 4981da1 fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-io-okio to v0.9.0 ...
  • 8693061 Enable ktlint trailing commas (#3327)
  • 72f919b Add work around for updateLegacyAbi not updating Android API files. (#3325)
  • 09dab03 Update ktlint to 1.8.0. (#3324)
  • 69944c7 Publish coil-lint with coil-core. Improve coil-lint test coverage. (#3323)
  • 5e1ad4e Fix use of deprecated computeSizeMultiplier overload. (#3321)
  • 896fde5 fix(deps): update androidx.benchmark to v1.5.0-alpha03 (#3314)
  • Additional commits viewable in compare view

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

Release notes

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

3.4.0

See CHANGELOG.md.

Changelog

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

[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)
    • ImageRequest.Builder.useExistingImageAsPlaceholder enables crossfading from the previous image when no placeholder is set.
    • ImageRequest.Builder.preferEndFirstIntrinsicSize lets CrossfadePainter prefer the end painter's intrinsic size.
  • New: Add ImageLoader.Builder.repeatCount(Int) in coil-gif to set a global animated image repeat count. (#3143)
  • New: Add support for preferring embedded video thumbnails in coil-video. (#3107)
  • New: Publish coil-lint with coil...

    Description has been truncated

…h 43 updates

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

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.3.21` |
| [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.3.21` |
| [plugin.serialization](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.3.21` |
| [gradle-wrapper](https://github.com/gradle/gradle) | `8.13` | `9.5.1` |
| [com.mikepenz:aboutlibraries-core](https://github.com/mikepenz/AboutLibraries) | `12.2.4` | `14.2.1` |
| com.mikepenz.aboutlibraries.plugin | `12.2.4` | `14.2.1` |
| 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.05.01` |
| androidx.core:core-ktx | `1.17.0` | `1.18.0` |
| androidx.datastore:datastore-preferences | `1.1.7` | `1.2.1` |
| androidx.lifecycle:lifecycle-livedata-ktx | `2.9.3` | `2.10.0` |
| androidx.lifecycle:lifecycle-runtime-ktx | `2.9.3` | `2.10.0` |
| androidx.lifecycle:lifecycle-viewmodel-compose | `2.9.3` | `2.10.0` |
| androidx.lifecycle:lifecycle-viewmodel-ktx | `2.9.3` | `2.10.0` |
| androidx.compose.material3:material3 | `1.5.0-alpha03` | `1.5.0-alpha20` |
| androidx.compose.material3:material3-window-size-class | `1.5.0-alpha03` | `1.5.0-alpha20` |
| androidx.compose.runtime:runtime-livedata | `1.9.0` | `1.11.2` |
| androidx.compose.ui:ui | `1.9.0` | `1.11.2` |
| androidx.compose.ui:ui-tooling | `1.9.0` | `1.11.2` |
| androidx.compose.ui:ui-tooling-preview | `1.9.0` | `1.11.2` |
| androidx.compose.ui:ui-graphics | `1.9.0` | `1.11.2` |
| [io.coil-kt.coil3:coil](https://github.com/coil-kt/coil) | `3.3.0` | `3.4.0` |
| [io.coil-kt.coil3:coil-network-okhttp](https://github.com/coil-kt/coil) | `3.3.0` | `3.4.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` |
| com.google.firebase:firebase-bom | `34.2.0` | `34.14.0` |
| [org.kohsuke:github-api](https://github.com/hub4j/github-api) | `1.329` | `1.330` |
| com.google.gms:google-services | `4.4.3` | `4.4.4` |
| [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.20` |
| [com.tencent.kona:kona-provider](https://github.com/Tencent/TencentKonaSMSuite) | `1.0.18` | `1.0.20` |
| [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.3.2` |
| [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.2.1` |



Updates `org.jetbrains.kotlin.android` from 2.2.10 to 2.3.21
- [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.3.21)

Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.10 to 2.3.21
- [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.3.21)

Updates `plugin.serialization` from 2.2.10 to 2.3.21
- [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.3.21)

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

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

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

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.05.01

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

Updates `androidx.datastore:datastore-preferences` from 1.1.7 to 1.2.1

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

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

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

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

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

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

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

Updates `androidx.compose.material3:material3` from 1.5.0-alpha03 to 1.5.0-alpha20

Updates `androidx.compose.material3:material3-window-size-class` from 1.5.0-alpha03 to 1.5.0-alpha20

Updates `androidx.compose.material3:material3-window-size-class` from 1.5.0-alpha03 to 1.5.0-alpha20

Updates `androidx.compose.runtime:runtime-livedata` from 1.9.0 to 1.11.2

Updates `androidx.compose.ui:ui` from 1.9.0 to 1.11.2

Updates `androidx.compose.ui:ui-tooling` from 1.9.0 to 1.11.2

Updates `androidx.compose.ui:ui-tooling-preview` from 1.9.0 to 1.11.2

Updates `androidx.compose.ui:ui-graphics` from 1.9.0 to 1.11.2

Updates `androidx.compose.ui:ui-tooling` from 1.9.0 to 1.11.2

Updates `androidx.compose.ui:ui-tooling-preview` from 1.9.0 to 1.11.2

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

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

Updates `io.coil-kt.coil3:coil-network-okhttp` from 3.3.0 to 3.4.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.4.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 `com.google.firebase:firebase-bom` from 34.2.0 to 34.14.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.4.4

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.20
- [Release notes](https://github.com/Tencent/TencentKonaSMSuite/releases)
- [Commits](Tencent/TencentKonaSMSuite@v1.0.18...v1.0.20)

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

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.3.2
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-5.1.0...parent-5.3.2)

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 14.2.1

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

Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.10 to 2.3.21
- [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.3.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-version: 2.3.21
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-version: 2.3.21
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: plugin.serialization
  dependency-version: 2.3.21
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: gradle-wrapper
  dependency-version: 9.5.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: com.mikepenz:aboutlibraries-core
  dependency-version: 14.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: com.mikepenz.aboutlibraries.plugin
  dependency-version: 14.2.1
  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.05.01
  dependency-type: direct:production
  dependency-group: maven-dependencies
- dependency-name: androidx.core:core-ktx
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.datastore:datastore-preferences
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.lifecycle:lifecycle-livedata-ktx
  dependency-version: 2.10.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.10.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.10.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.10.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.10.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.10.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.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.compose.material3:material3
  dependency-version: 1.5.0-alpha20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: androidx.compose.material3:material3-window-size-class
  dependency-version: 1.5.0-alpha20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: androidx.compose.material3:material3-window-size-class
  dependency-version: 1.5.0-alpha20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: androidx.compose.runtime:runtime-livedata
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.compose.ui:ui
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.compose.ui:ui-tooling-preview
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.compose.ui:ui-graphics
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.compose.ui:ui-tooling-preview
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.coil-kt.coil3:coil
  dependency-version: 3.4.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.4.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.4.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: com.google.firebase:firebase-bom
  dependency-version: 34.14.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.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.20
  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.20
  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.3.2
  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: 14.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: com.android.application
  dependency-version: 9.2.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.3.21
  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 Jun 2, 2026
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