From 75058d00a09018c74ce75ba2e8a601906532981d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 04:35:49 +0000 Subject: [PATCH] Build(deps): bump the minor-and-patch group with 4 updates Bumps the minor-and-patch group with 4 updates: com.android.application, [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin), [com.google.devtools.ksp](https://github.com/google/ksp) and [net.zetetic:sqlcipher-android](https://github.com/sqlcipher/sqlcipher-android). Updates `com.android.application` from 9.2.1 to 9.3.0 Updates `org.jetbrains.kotlin.plugin.compose` from 2.4.0 to 2.4.10 - [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.4.0...v2.4.10) Updates `com.google.devtools.ksp` from 2.3.9 to 2.3.10 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.3.9...2.3.10) Updates `net.zetetic:sqlcipher-android` from 4.16.0 to 4.17.0 - [Release notes](https://github.com/sqlcipher/sqlcipher-android/releases) - [Commits](https://github.com/sqlcipher/sqlcipher-android/compare/v4.16.0...v4.17.0) --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.google.devtools.ksp dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: net.zetetic:sqlcipher-android dependency-version: 4.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- build.gradle.kts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index fed13718..d9ed8a5d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -210,7 +210,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.11.0") implementation("androidx.room:room-runtime:$roomVersion") implementation("androidx.room:room-ktx:$roomVersion") - implementation("net.zetetic:sqlcipher-android:4.16.0") + implementation("net.zetetic:sqlcipher-android:4.17.0") implementation("androidx.biometric:biometric:1.1.0") implementation("androidx.security:security-crypto:1.1.0") implementation("androidx.camera:camera-camera2:1.6.1") diff --git a/build.gradle.kts b/build.gradle.kts index 754e9702..302d3d1e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ plugins { - id("com.android.application") version "9.2.1" apply false - id("org.jetbrains.kotlin.plugin.compose") version "2.4.0" apply false - id("com.google.devtools.ksp") version "2.3.9" apply false + id("com.android.application") version "9.3.0" apply false + id("org.jetbrains.kotlin.plugin.compose") version "2.4.10" apply false + id("com.google.devtools.ksp") version "2.3.10" apply false } val expectedJavaMajor = 21