Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/maven-dependencies-738a1d047c
Open

build(deps): bump the maven-dependencies group across 1 directory with 42 updates#154
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/maven-dependencies-738a1d047c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
org.jetbrains.kotlin.android 2.2.10 2.3.20
org.jetbrains.kotlin.plugin.compose 2.2.10 2.3.20
plugin.serialization 2.2.10 2.3.20
gradle-wrapper 8.13 9.4.1
com.mikepenz:aboutlibraries-core 12.2.4 13.2.1
com.mikepenz.aboutlibraries.plugin 12.2.4 13.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-alpha06
androidx.browser:browser 1.9.0 1.10.0
androidx.compose:compose-bom 2025.08.01 2026.03.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-alpha16
androidx.compose.material3:material3-window-size-class 1.5.0-alpha03 1.5.0-alpha16
androidx.compose.runtime:runtime-livedata 1.9.0 1.10.6
androidx.compose.ui:ui 1.9.0 1.10.6
androidx.compose.ui:ui-tooling 1.9.0 1.10.6
androidx.compose.ui:ui-tooling-preview 1.9.0 1.10.6
androidx.compose.ui:ui-graphics 1.9.0 1.10.6
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.21.0
com.google.firebase:firebase-bom 34.2.0 34.11.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.13.2
org.jsoup:jsoup 1.21.2 1.22.1
com.tencent.kona:kona-crypto 1.0.18 1.0.19
com.tencent.kona:kona-provider 1.0.18 1.0.19
org.jetbrains.kotlinx:kotlinx-serialization-json 1.9.0 1.10.0
com.google.android.material:material 1.14.0-alpha04 1.14.0-alpha10
org.apache.maven:maven-artifact 3.9.11 3.9.14
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.1.0

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

Release notes

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

Kotlin 2.3.20

Changelog

Analysis API. FIR

New Features

  • KT-78090 Implement stubs support for new conditional returns and holdsIn contracts

Fixes

  • KT-82948 'FirRegularClass' expected as a containing declaration, got 'FirTypeAliasImpl'
  • KT-83467 Package-level JSpecify annotations are ignored when coming from jars or libraries
  • KT-82057 K2. Cannot infer type parameter 'R' in Ktor routing post() function with explicit response type
  • KT-82846 AA: unresolved KtExpression.expressionType for the reference to the parameter with default value
  • KT-80485 False positive UNRESOLVED_REFERENCE on nested interface from super-super class in the super type position inside an anonymous object
  • KT-82772 Flaky false positive deprecation warning on PersistentMap.put in Kotlin repo in IDE mode
  • KT-76487 StdLibSourcesLazyDeclarationResolveTestGenerated.testWrappedInt is unstable
  • KT-82618 Various tests are failing with NPE in kt-master after updating the compiler on 19.11.25
  • KT-82076 Error querying members of JavaClass created for SymbolLightClassForAnnotationClass during library analysis
  • KT-71596 Include Js/Wasi checkers in AbstractLLFirDiagnosticsCollector
  • KT-82085 No OUTER_CLASS_ARGUMENTS_REQUIRED on type parameter bound in IDE
  • KT-81873 Provide a way of including traces in phase JFR events
  • KT-71929 Consider leaving the non-post-compute version at EnhancementSymbolsCache.enhancedFunctions

Analysis API. Infrastructure

  • KT-83173 Analysis API Tests: Library names with RC versions aren't sanitised
  • KT-65140 LL FIR: Implement AbstractFirPsiJsDiagnosticTest for LL FIR
  • KT-82212 [Analysis API, LL FIR] Implement AbstractDiagnosticsFirWasmTest and AbstractDiagnosticsFirWasmWasiTest for LL FIR

Analysis API. Light Classes

  • KT-82227 Value classes should expose regular static methods

Analysis API. PSI

  • KT-81710 'KtTypeReference.getTypeText' does not account for 'suspend' modifier on suspend lambdas
  • KT-82258 Prepare PSI for migration from context receivers to context parameters
  • KT-81074 KDoc: List rendering is broken

Analysis API. Providers and Caches

  • KT-82449 K2 IDE Analysis Freezes During Gradle Sync (Recursive Module Dependency Computation in KotlinModuleDependentsProviderBase.computeTransitiveDependents)
  • KT-82629 'collectDiagnostics' returns stale syntax error after editor fix
  • KT-74907 Analysis API: Apply platform-based library module content restrictions consistently

Analysis API. Standalone

  • KT-81107 AA: KtSourceModuleBuilder.sourceRoots doesn't works with symbolic links

... (truncated)

Changelog

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

2.3.20

Analysis API. FIR

New Features

  • KT-78090 Implement stubs support for new conditional returns and holdsIn contracts

Fixes

  • KT-82948 'FirRegularClass' expected as a containing declaration, got 'FirTypeAliasImpl'
  • KT-83467 Package-level JSpecify annotations are ignored when coming from jars or libraries
  • KT-82057 K2. Cannot infer type parameter 'R' in Ktor routing post() function with explicit response type
  • KT-82846 AA: unresolved KtExpression.expressionType for the reference to the parameter with default value
  • KT-80485 False positive UNRESOLVED_REFERENCE on nested interface from super-super class in the super type position inside an anonymous object
  • KT-82772 Flaky false positive deprecation warning on PersistentMap.put in Kotlin repo in IDE mode
  • KT-76487 StdLibSourcesLazyDeclarationResolveTestGenerated.testWrappedInt is unstable
  • KT-82618 Various tests are failing with NPE in kt-master after updating the compiler on 19.11.25
  • KT-82076 Error querying members of JavaClass created for SymbolLightClassForAnnotationClass during library analysis
  • KT-71596 Include Js/Wasi checkers in AbstractLLFirDiagnosticsCollector
  • KT-82085 No OUTER_CLASS_ARGUMENTS_REQUIRED on type parameter bound in IDE
  • KT-81873 Provide a way of including traces in phase JFR events
  • KT-71929 Consider leaving the non-post-compute version at EnhancementSymbolsCache.enhancedFunctions

Analysis API. Infrastructure

  • KT-83173 Analysis API Tests: Library names with RC versions aren't sanitised
  • KT-65140 LL FIR: Implement AbstractFirPsiJsDiagnosticTest for LL FIR
  • KT-82212 [Analysis API, LL FIR] Implement AbstractDiagnosticsFirWasmTest and AbstractDiagnosticsFirWasmWasiTest for LL FIR

Analysis API. Light Classes

  • KT-82227 Value classes should expose regular static methods

Analysis API. PSI

  • KT-81710 'KtTypeReference.getTypeText' does not account for 'suspend' modifier on suspend lambdas
  • KT-82258 Prepare PSI for migration from context receivers to context parameters
  • KT-81074 KDoc: List rendering is broken

Analysis API. Providers and Caches

  • KT-82449 K2 IDE Analysis Freezes During Gradle Sync (Recursive Module Dependency Computation in KotlinModuleDependentsProviderBase.computeTransitiveDependents)
  • KT-82629 'collectDiagnostics' returns stale syntax error after editor fix
  • KT-74907 Analysis API: Apply platform-based library module content restrictions consistently

Analysis API. Standalone

  • KT-81107 AA: KtSourceModuleBuilder.sourceRoots doesn't works with symbolic links

... (truncated)

Commits
  • d57eb4a Add ChangeLog for 2.3.20-RC3
  • 41886bb [Gradle] Update KGP npm tooling dependency versions
  • 210a9bd [Native] Do not mark iosX64 target as deprecate in DSL
  • 7ed446e Add ChangeLog for 2.3.20-RC2
  • 520eade [K/JVM] Fix incorrect optimization of local delegation
  • 7ef8bcc Reflection: add LazyKProperty to fix recent performance regression
  • 9fa7cf2 [Gradle] Link NoActiveThreadsAfterCompilerInvocationIT with KT-84566
  • d410596 [Gradle] Shutdown coroutines dispatcher threads after compiler invocation
  • 348430b [BTA] Fix compatibility between API 2.3.20 and KC 2.3.10
  • 4058f3c [CMP] HiddenFromObjC remove outdated offset check
  • Additional commits viewable in compare view

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

Release notes

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

Kotlin 2.3.20

Changelog

Analysis API. FIR

New Features

  • KT-78090 Implement stubs support for new conditional returns and holdsIn contracts

Fixes

  • KT-82948 'FirRegularClass' expected as a containing declaration, got 'FirTypeAliasImpl'
  • KT-83467 Package-level JSpecify annotations are ignored when coming from jars or libraries
  • KT-82057 K2. Cannot infer type parameter 'R' in Ktor routing post() function with explicit response type
  • KT-82846 AA: unresolved KtExpression.expressionType for the reference to the parameter with default value
  • KT-80485 False positive UNRESOLVED_REFERENCE on nested interface from super-super class in the super type position inside an anonymous object
  • KT-82772 Flaky false positive deprecation warning on PersistentMap.put in Kotlin repo in IDE mode
  • KT-76487 StdLibSourcesLazyDeclarationResolveTestGenerated.testWrappedInt is unstable
  • KT-82618 Various tests are failing with NPE in kt-master after updating the compiler on 19.11.25
  • KT-82076 Error querying members of JavaClass created for SymbolLightClassForAnnotationClass during library analysis
  • KT-71596 Include Js/Wasi checkers in AbstractLLFirDiagnosticsCollector
  • KT-82085 No OUTER_CLASS_ARGUMENTS_REQUIRED on type parameter bound in IDE
  • KT-81873 Provide a way of including traces in phase JFR events
  • KT-71929 Consider leaving the non-post-compute version at EnhancementSymbolsCache.enhancedFunctions

Analysis API. Infrastructure

  • KT-83173 Analysis API Tests: Library names with RC versions aren't sanitised
  • KT-65140 LL FIR: Implement AbstractFirPsiJsDiagnosticTest for LL FIR
  • KT-82212 [Analysis API, LL FIR] Implement AbstractDiagnosticsFirWasmTest and AbstractDiagnosticsFirWasmWasiTest for LL FIR

Analysis API. Light Classes

  • KT-82227 Value classes should expose regular static methods

Analysis API. PSI

  • KT-81710 'KtTypeReference.getTypeText' does not account for 'suspend' modifier on suspend lambdas
  • KT-82258 Prepare PSI for migration from context receivers to context parameters
  • KT-81074 KDoc: List rendering is broken

Analysis API. Providers and Caches

  • KT-82449 K2 IDE Analysis Freezes During Gradle Sync (Recursive Module Dependency Computation in KotlinModuleDependentsProviderBase.computeTransitiveDependents)
  • KT-82629 'collectDiagnostics' returns stale syntax error after editor fix
  • KT-74907 Analysis API: Apply platform-based library module content restrictions consistently

Analysis API. Standalone

  • KT-81107 AA: KtSourceModuleBuilder.sourceRoots doesn't works with symbolic links

... (truncated)

Changelog

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

2.3.20

Analysis API. FIR

New Features

  • KT-78090 Implement stubs support for new conditional returns and holdsIn contracts

Fixes

  • KT-82948 'FirRegularClass' expected as a containing declaration, got 'FirTypeAliasImpl'
  • KT-83467 Package-level JSpecify annotations are ignored when coming from jars or libraries
  • KT-82057 K2. Cannot infer type parameter 'R' in Ktor routing post() function with explicit response type
  • KT-82846 AA: unresolved KtExpression.expressionType for the reference to the parameter with default value
  • KT-80485 False positive UNRESOLVED_REFERENCE on nested interface from super-super class in the super type position inside an anonymous object
  • KT-82772 Flaky false positive deprecation warning on PersistentMap.put in Kotlin repo in IDE mode
  • KT-76487 StdLibSourcesLazyDeclarationResolveTestGenerated.testWrappedInt is unstable
  • KT-82618 Various tests are failing with NPE in kt-master after updating the compiler on 19.11.25
  • KT-82076 Error querying members of JavaClass created for SymbolLightClassForAnnotationClass during library analysis
  • KT-71596 Include Js/Wasi checkers in AbstractLLFirDiagnosticsCollector
  • KT-82085 No OUTER_CLASS_ARGUMENTS_REQUIRED on type parameter bound in IDE
  • KT-81873 Provide a way of including traces in phase JFR events
  • KT-71929 Consider leaving the non-post-compute version at EnhancementSymbolsCache.enhancedFunctions

Analysis API. Infrastructure

  • KT-83173 Analysis API Tests: Library names with RC versions aren't sanitised
  • KT-65140 LL FIR: Implement AbstractFirPsiJsDiagnosticTest for LL FIR
  • KT-82212 [Analysis API, LL FIR] Implement AbstractDiagnosticsFirWasmTest and AbstractDiagnosticsFirWasmWasiTest for LL FIR

Analysis API. Light Classes

  • KT-82227 Value classes should expose regular static methods

Analysis API. PSI

  • KT-81710 'KtTypeReference.getTypeText' does not account for 'suspend' modifier on suspend lambdas
  • KT-82258 Prepare PSI for migration from context receivers to context parameters
  • KT-81074 KDoc: List rendering is broken

Analysis API. Providers and Caches

  • KT-82449 K2 IDE Analysis Freezes During Gradle Sync (Recursive Module Dependency Computation in KotlinModuleDependentsProviderBase.computeTransitiveDependents)
  • KT-82629 'collectDiagnostics' returns stale syntax error after editor fix
  • KT-74907 Analysis API: Apply platform-based library module content restrictions consistently

Analysis API. Standalone

  • KT-81107 AA: KtSourceModuleBuilder.sourceRoots doesn't works with symbolic links

... (truncated)

Commits
  • d57eb4a Add ChangeLog for 2.3.20-RC3
  • 41886bb [Gradle] Update KGP npm tooling dependency versions
  • 210a9bd [Native] Do not mark iosX64 target as deprecate in DSL
  • 7ed446e Add ChangeLog for 2.3.20-RC2
  • 520eade [K/JVM] Fix incorrect optimization of local delegation
  • 7ef8bcc Reflection: add LazyKProperty to fix recent performance regression
  • 9fa7cf2 [Gradle] Link NoActiveThreadsAfterCompilerInvocationIT with KT-84566
  • d410596 [Gradle] Shutdown coroutines dispatcher threads after compiler invocation
  • 348430b [BTA] Fix compatibility between API 2.3.20 and KC 2.3.10
  • 4058f3c [CMP] HiddenFromObjC remove outdated offset check
  • Additional commits viewable in compare view

Updates plugin.serialization from 2.2.10 to 2.3.20

Release notes

Sourced from plugin.serialization's releases.

Kotlin 2.3.20

Changelog

Analysis API. FIR

New Features

  • KT-78090 Implement stubs support for new conditional returns and holdsIn contracts

Fixes

  • KT-82948 'FirRegularClass' expected as a containing declaration, got 'FirTypeAliasImpl'
  • KT-83467 Package-level JSpecify annotations are ignored when coming from jars or libraries
  • KT-82057 K2. Cannot infer type parameter 'R' in Ktor routing post() function with explicit response type
  • KT-82846 AA: unresolved KtExpression.expressionType for the reference to the parameter with default value
  • KT-80485 False positive UNRESOLVED_REFERENCE on nested interface from super-super class in the super type position inside an anonymous object
  • KT-82772 Flaky false positive deprecation warning on PersistentMap.put in Kotlin repo in IDE mode
  • KT-76487 StdLibSourcesLazyDeclarationResolveTestGenerated.testWrappedInt is unstable
  • KT-82618 Various tests are failing with NPE in kt-master after updating the compiler on 19.11.25
  • KT-82076 Error querying members of JavaClass created for SymbolLightClassForAnnotationClass during library analysis
  • KT-71596 Include Js/Wasi checkers in AbstractLLFirDiagnosticsCollector
  • KT-82085 No OUTER_CLASS_ARGUMENTS_REQUIRED on type parameter bound in IDE
  • KT-81873 Provide a way of including traces in phase JFR events
  • KT-71929 Consider leaving the non-post-compute version at EnhancementSymbolsCache.enhancedFunctions

Analysis API. Infrastructure

  • KT-83173 Analysis API Tests: Library names with RC versions aren't sanitised
  • KT-65140 LL FIR: Implement AbstractFirPsiJsDiagnosticTest for LL FIR
  • KT-82212 [Analysis API, LL FIR] Implement AbstractDiagnosticsFirWasmTest and AbstractDiagnosticsFirWasmWasiTest for LL FIR

Analysis API. Light Classes

  • KT-82227 Value classes should expose regular static methods

Analysis API. PSI

  • KT-81710 'KtTypeReference.getTypeText' does not account for 'suspend' modifier on suspend lambdas
  • KT-82258 Prepare PSI for migration from context receivers to context parameters
  • KT-81074 KDoc: List rendering is broken

Analysis API. Providers and Caches

  • KT-82449 K2 IDE Analysis Freezes During Gradle Sync (Recursive Module Dependency Computation in KotlinModuleDependentsProviderBase.computeTransitiveDependents)
  • KT-82629 'collectDiagnostics' returns stale syntax error after editor fix
  • KT-74907 Analysis API: Apply platform-based library module content restrictions consistently

Analysis API. Standalone

  • KT-81107 AA: KtSourceModuleBuilder.sourceRoots doesn't works with symbolic links

... (truncated)

Changelog

Sourced from plugin.serialization's changelog.

2.3.20

Analysis API. FIR

New Features

  • KT-78090 Implement stubs support for new conditional returns and holdsIn contracts

Fixes

  • KT-82948 'FirRegularClass' expected as a containing declaration, got 'FirTypeAliasImpl'
  • KT-83467 Package-level JSpecify annotations are ignored when coming from jars or libraries
  • KT-82057 K2. Cannot infer type parameter 'R' in Ktor routing post() function with explicit response type
  • KT-82846 AA: unresolved KtExpression.expressionType for the reference to the parameter with default value
  • KT-80485 False positive UNRESOLVED_REFERENCE on nested interface from super-super class in the super type position inside an anonymous object
  • KT-82772 Flaky false positive deprecation warning on PersistentMap.put in Kotlin repo in IDE mode
  • KT-76487 StdLibSourcesLazyDeclarationResolveTestGenerated.testWrappedInt is unstable
  • KT-82618 Various tests are failing with NPE in kt-master after updating the compiler on 19.11.25
  • KT-82076 Error querying members of JavaClass created for SymbolLightClassForAnnotationClass during library analysis
  • KT-71596 Include Js/Wasi checkers in AbstractLLFirDiagnosticsCollector
  • KT-82085 No OUTER_CLASS_ARGUMENTS_REQUIRED on type parameter bound in IDE
  • KT-81873 Provide a way of including traces in phase JFR events
  • KT-71929 Consider leaving the non-post-compute version at EnhancementSymbolsCache.enhancedFunctions

Analysis API. Infrastructure

  • KT-83173 Analysis API Tests: Library names with RC versions aren't sanitised
  • KT-65140 LL FIR: Implement AbstractFirPsiJsDiagnosticTest for LL FIR
  • KT-82212 [Analysis API, LL FIR] Implement AbstractDiagnosticsFirWasmTest and AbstractDiagnosticsFirWasmWasiTest for LL FIR

Analysis API. Light Classes

  • KT-82227 Value classes should expose regular static methods

Analysis API. PSI

  • KT-81710 'KtTypeReference.getTypeText' does not account for 'suspend' modifier on suspend lambdas
  • KT-82258 Prepare PSI for migration from context receivers to context parameters
  • KT-81074 KDoc: List rendering is broken

Analysis API. Providers and Caches

  • KT-82449 K2 IDE Analysis Freezes During Gradle Sync (Recursive Module Dependency Computation in KotlinModuleDependentsProviderBase.computeTransitiveDependents)
  • KT-82629 'collectDiagnostics' returns stale syntax error after editor fix
  • KT-74907 Analysis API: Apply platform-based library module content restrictions consistently

Analysis API. Standalone

  • KT-81107 AA: KtSourceModuleBuilder.sourceRoots doesn't works with symbolic links

... (truncated)

Commits
  • d57eb4a Add ChangeLog for 2.3.20-RC3
  • 41886bb [Gradle] Update KGP npm tooling dependency versions
  • 210a9bd [Native] Do not mark iosX64 target as deprecate in DSL
  • 7ed446e Add ChangeLog for 2.3.20-RC2
  • 520eade [K/JVM] Fix incorrect optimization of local delegation
  • 7ef8bcc Reflection: add LazyKProperty to fix recent performance regression
  • 9fa7cf2 [Gradle] Link NoActiveThreadsAfterCompilerInvocationIT with KT-84566
  • d410596 [Gradle] Shutdown coroutines dispatcher threads after compiler invocation
  • 348430b [BTA] Fix compatibility between API 2.3.20 and KC 2.3.10
  • 4058f3c [CMP] HiddenFromObjC remove outdated offset check
  • Additional commits viewable in compare view

Updates gradle-wrapper from 8.13 to 9.4.1

Release notes

Sourced from gradle-wrapper's releases.

9.4.1

The Gradle team is excited to announce Gradle 9.4.1.

Here are the highlights of this release:

  • Java 26 support
  • Non-class-based JVM tests
  • Enhanced console progress bar

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: akankshaa-00, Attila Kelemen, Björn Kautler, dblood, Dennis Rieks, duvvuvenkataramana, John Burns, Julian, kevinstembridge, Niels Doucet, Philip Wedemann, ploober, Richard Hernandez, Roberto Perez Alcolea, Sebastian Lövdahl, stephan2405, Stephane Landelle, Ujwal Suresh Vanjare, Victor Merkulov, Vincent Potuček, Vladimir Sitnikov.

Upgrade instructions

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

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

... (truncated)

Commits

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

Release notes

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

13.2.1

[!NOTE]
Re-publish of 13.2.0 due to a sonatype central API issue

> Failed to check deployment status for f4a5b999-79b5-4bdf-83a8-e758ed898a66 code: 502 msg: <html>
For more on this, please refer to https://docs.gradle.org/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
  <head><title>502 Bad Gateway</title></head>
  <body>
  <center><h1>502 Bad Gateway</h1></center>
  </body>
  </html>

13.2.0

🚀 Features

  • Compose 1.10.0 | Kotlin 2.3.0

🐛 Fixes

  • Update forced offline mode in AboutLibrariesIdTask

💬 Other

  • Bump actions/upload-artifact from 4 to 5
  • Bump mikepenz/release-changelog-builder-action from 5 to 6
  • Bump actions/checkout from 5 to 6
  • Bump actions/upload-artifact from 5 to 6
  • Bump actions/cache from 4 to 5

Contributors:

13.1.0

[!IMPORTANT]
v13.1.0 introduces a slight behavior change of the plugin, enabling merging of duplicated libraries with an exact match. Please refer to the MIGRATION GUIDE for more information on how to migrate from a previous version.

🚀 Features

  • Offer configuration to include test variants in generated metadata

... (truncated)

Commits
  • 2bf7fd0 Merge pull request #1275 from mikepenz/develop
  • 4c0a8e4 - [release] v13.2.1
  • e1957e5 - update to new version-catalog, with convention plugin which won't validate ...
  • 09af193 Merge pull request #1274 from mikepenz/develop
  • 3afe40c - [release] v13.2.0
  • 48087e0 Merge pull request #1273 from mikepenz/feature/compose_1.10.x
  • 556a3f5 Merge pull request #1272 from mikepenz/fix/1270
  • 105677b Upgrade to Compose 1.10.0, Kotlin 2.3.0
  • 4f42453 Update forced offline mode in AboutLibrariesIdTask
  • d805da0 Merge pull request #1268 from mikepenz/dependabot/github_actions/actions/cache-5
  • Additional commits viewable in compare view

Updates com.mikepenz.aboutlibraries.plugin from 12.2.4 to 13.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-alpha06

Updates androidx.browser:browser from 1.9.0 to 1.10.0

Updates androidx.compose:compose-bom from 2025.08.01 to 2026.03.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-alpha16

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

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

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

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

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

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

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

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

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

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 (

…h 42 updates

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

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.3.20` |
| [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.3.20` |
| [plugin.serialization](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.3.20` |
| [gradle-wrapper](https://github.com/gradle/gradle) | `8.13` | `9.4.1` |
| [com.mikepenz:aboutlibraries-core](https://github.com/mikepenz/AboutLibraries) | `12.2.4` | `13.2.1` |
| com.mikepenz.aboutlibraries.plugin | `12.2.4` | `13.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-alpha06` |
| androidx.browser:browser | `1.9.0` | `1.10.0` |
| androidx.compose:compose-bom | `2025.08.01` | `2026.03.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-alpha16` |
| androidx.compose.material3:material3-window-size-class | `1.5.0-alpha03` | `1.5.0-alpha16` |
| androidx.compose.runtime:runtime-livedata | `1.9.0` | `1.10.6` |
| androidx.compose.ui:ui | `1.9.0` | `1.10.6` |
| androidx.compose.ui:ui-tooling | `1.9.0` | `1.10.6` |
| androidx.compose.ui:ui-tooling-preview | `1.9.0` | `1.10.6` |
| androidx.compose.ui:ui-graphics | `1.9.0` | `1.10.6` |
| [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](https://github.com/apache/commons-io) | `2.20.0` | `2.21.0` |
| com.google.firebase:firebase-bom | `34.2.0` | `34.11.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.13.2` |
| [org.jsoup:jsoup](https://github.com/jhy/jsoup) | `1.21.2` | `1.22.1` |
| [com.tencent.kona:kona-crypto](https://github.com/Tencent/TencentKonaSMSuite) | `1.0.18` | `1.0.19` |
| [com.tencent.kona:kona-provider](https://github.com/Tencent/TencentKonaSMSuite) | `1.0.18` | `1.0.19` |
| [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.9.0` | `1.10.0` |
| [com.google.android.material:material](https://github.com/material-components/material-components-android) | `1.14.0-alpha04` | `1.14.0-alpha10` |
| org.apache.maven:maven-artifact | `3.9.11` | `3.9.14` |
| [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.1.0` |



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

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

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

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

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

Updates `com.mikepenz.aboutlibraries.plugin` from 12.2.4 to 13.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-alpha06

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

Updates `androidx.compose:compose-bom` from 2025.08.01 to 2026.03.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-alpha16

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

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

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

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

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

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

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

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

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

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.21.0
- [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-io@rel/commons-io-2.20.0...rel/commons-io-2.21.0)

Updates `com.google.firebase:firebase-bom` from 34.2.0 to 34.11.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.13.2
- [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.13.2)

Updates `org.jsoup:jsoup` from 1.21.2 to 1.22.1
- [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.1)

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

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

Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.9.0 to 1.10.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.10.0)

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

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

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 13.2.1

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

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

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-version: 2.3.20
  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.20
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: plugin.serialization
  dependency-version: 2.3.20
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: gradle-wrapper
  dependency-version: 9.4.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: com.mikepenz:aboutlibraries-core
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: com.mikepenz.aboutlibraries.plugin
  dependency-version: 13.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-alpha06
  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.03.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-alpha16
  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-alpha16
  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-alpha16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: androidx.compose.runtime:runtime-livedata
  dependency-version: 1.10.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.compose.ui:ui
  dependency-version: 1.10.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-version: 1.10.6
  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.10.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.compose.ui:ui-graphics
  dependency-version: 1.10.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-version: 1.10.6
  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.10.6
  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.21.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.11.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.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.jsoup:jsoup
  dependency-version: 1.22.1
  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.19
  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.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-version: 1.10.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-alpha10
  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.14
  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: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: com.android.application
  dependency-version: 9.1.0
  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.20
  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 Apr 1, 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