From b136fbe5214e0406c8bfc341d377af83cb71e654 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 04:30:05 +0000 Subject: [PATCH] build(deps): bump the android-deps group across 1 directory with 3 updates Bumps the android-deps group with 3 updates in the /apps/android directory: androidx.compose:compose-bom, [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) and [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java). 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: 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 +++--- 1 file changed, 3 insertions(+), 3 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")