An open index of dependabot pull requests across open source projects.

chore(deps): bump the gradle-dependencies group across 1 directory with 7 updates

Closed
Number: #17
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 1
Created: March 18, 2026 at 01:09 AM UTC
(3 months ago)
Updated: March 20, 2026 at 01:08 AM UTC
(3 months ago)
Closed: March 20, 2026 at 01:08 AM UTC
(3 months ago)
Time to Close: 2 days
Labels:
dependencies java
Description:

Bumps the gradle-dependencies group with 7 updates in the / directory:

Package From To
androidx.core:core-splashscreen 1.0.1 1.2.0
androidx.core:core-ktx 1.17.0 1.18.0
androidx.activity:activity-compose 1.12.4 1.13.0
androidx.compose:compose-bom 2026.02.01 2026.03.00
net.zetetic:sqlcipher-android 4.13.0 4.14.0
com.google.android.gms:play-services-ads 25.0.0 25.1.0
org.jetbrains.kotlin.plugin.compose 2.3.10 2.3.20

Updates androidx.core:core-splashscreen from 1.0.1 to 1.2.0

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

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

Updates androidx.compose:compose-bom from 2026.02.01 to 2026.03.00

Updates net.zetetic:sqlcipher-android from 4.13.0 to 4.14.0

Release notes

Sourced from net.zetetic:sqlcipher-android's releases.

v4.14.0

Full Changelog: https://github.com/sqlcipher/sqlcipher-android/compare/v4.13.0...v4.14.0

Commits
  • 9582dca Update SQLCipher core submodule to v4.14.0
  • b1789b1 Adjust SQLCipher core submodule url to use GH
  • 3848d53 Adjust README with notes on OpenSSL build
  • 1117df7 Adjust findstring search for OpenSSL linking
  • 417ab11 Updates LibTomCrypto build for 1.18.2 sources
  • ecaa929 Updates submodule to sqlcipher/libtomcrypt fork on sqlcipher branch
  • 8129dcb Adds recommended / default LTC complier optimizations
  • e7fd358 Switch outputs.upToDateWhen to onlyIf in clean, submodule init change
  • 6a062f3 Replaces output.upToDateWhen with onlyIf
  • ff9d1c6 Adjust log level to info for submodule initialization
  • Additional commits viewable in compare view

Updates com.google.android.gms:play-services-ads from 25.0.0 to 25.1.0

Updates org.jetbrains.kotlin.plugin.compose from 2.3.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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
Ecosystem:
maven
Version Change:
2026.02.01 → 2026.03.00
Update Type:
Minor
Ecosystem:
maven
Version Change:
1.17.0 → 1.18.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
1.12.4 → 1.13.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
2.3.10 → 2.3.20
Update Type:
Patch
Ecosystem:
maven
Version Change:
25.0.0 → 25.1.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
4.13.0 → 4.14.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
1.0.1 → 1.2.0
Update Type:
Minor
Technical Details
ID: 14711148
UUID: 4092064180
Node ID: PR_kwDOQ9mKCc7LZB0j
Host: GitHub
Repository: AndroidIRCx/NULVEX