From af8923dff6d486e5ea91320888262bdb8922ab68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 04:01:25 +0000 Subject: [PATCH] build(deps): bump the android-deps group across 1 directory with 5 updates Bumps the android-deps group with 5 updates in the /apps/android directory: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.3.20` | `2.3.21` | | [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `2.3.20` | `2.3.21` | | androidx.compose:compose-bom | `2026.03.01` | `2026.04.01` | | [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.10.0` | `1.11.0` | | [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | `1.83` | `1.84` | Updates `org.jetbrains.kotlin.plugin.compose` from 2.3.20 to 2.3.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.3.20...v2.3.21) Updates `org.jetbrains.kotlin.plugin.serialization` from 2.3.20 to 2.3.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.3.20...v2.3.21) Updates `androidx.compose:compose-bom` from 2026.03.01 to 2026.04.01 Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.10.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](https://github.com/Kotlin/kotlinx.serialization/compare/v1.10.0...v1.11.0) Updates `org.bouncycastle:bcprov-jdk18on` from 1.83 to 1.84 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-deps - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-deps - dependency-name: androidx.compose:compose-bom dependency-version: 2026.04.01 dependency-type: direct:production dependency-group: android-deps - 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: android-deps - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-version: '1.84' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-deps ... Signed-off-by: dependabot[bot] --- apps/android/app/build.gradle.kts | 6 +++--- apps/android/build.gradle.kts | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/android/app/build.gradle.kts b/apps/android/app/build.gradle.kts index 968ba228c5..fda55af31d 100644 --- a/apps/android/app/build.gradle.kts +++ b/apps/android/app/build.gradle.kts @@ -153,7 +153,7 @@ ktlint { } dependencies { - val composeBom = platform("androidx.compose:compose-bom:2026.03.01") + val composeBom = platform("androidx.compose:compose-bom:2026.04.01") implementation(composeBom) androidTestImplementation(composeBom) @@ -176,12 +176,12 @@ dependencies { implementation("com.google.android.material:material:1.13.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2") - implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0") + implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0") implementation("androidx.security:security-crypto:1.1.0") implementation("androidx.exifinterface:exifinterface:1.4.2") implementation("com.squareup.okhttp3:okhttp:5.3.2") - implementation("org.bouncycastle:bcprov-jdk18on:1.83") + implementation("org.bouncycastle:bcprov-jdk18on:1.84") implementation("org.commonmark:commonmark:0.28.0") implementation("org.commonmark:commonmark-ext-autolink:0.28.0") implementation("org.commonmark:commonmark-ext-gfm-strikethrough:0.28.0") diff --git a/apps/android/build.gradle.kts b/apps/android/build.gradle.kts index 08d663b705..ab60f983cd 100644 --- a/apps/android/build.gradle.kts +++ b/apps/android/build.gradle.kts @@ -2,6 +2,6 @@ plugins { id("com.android.application") version "9.0.1" apply false id("com.android.test") version "9.0.1" apply false id("org.jlleitschuh.gradle.ktlint") version "14.2.0" apply false - id("org.jetbrains.kotlin.plugin.compose") version "2.3.20" apply false - id("org.jetbrains.kotlin.plugin.serialization") version "2.3.20" apply false + id("org.jetbrains.kotlin.plugin.compose") version "2.3.21" apply false + id("org.jetbrains.kotlin.plugin.serialization") version "2.3.21" apply false }