From 59fd676944644fbe1ad3e3882d5073206cf28e96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:01:04 +0000 Subject: [PATCH] Bump the lib-and-app group with 5 updates Bumps the lib-and-app group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.conscrypt:conscrypt-android](https://github.com/google/conscrypt) | `2.6.0` | `2.6.1` | | [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.4.0` | `2.4.10` | | [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.4.0` | `2.4.10` | | com.android.application | `9.2.1` | `9.3.1` | | com.android.library | `9.2.1` | `9.3.1` | Updates `org.conscrypt:conscrypt-android` from 2.6.0 to 2.6.1 - [Release notes](https://github.com/google/conscrypt/releases) - [Commits](https://github.com/google/conscrypt/compare/2.6.0...2.6.1) Updates `org.jetbrains.kotlin:kotlin-stdlib` 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 `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.android.application` from 9.2.1 to 9.3.1 Updates `com.android.library` from 9.2.1 to 9.3.1 Updates `com.android.library` from 9.2.1 to 9.3.1 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) --- updated-dependencies: - dependency-name: org.conscrypt:conscrypt-android dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lib-and-app - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lib-and-app - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lib-and-app - dependency-name: com.android.application dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lib-and-app - dependency-name: com.android.library dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lib-and-app - dependency-name: com.android.library dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lib-and-app - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lib-and-app ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2753700..9b91f6b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "9.2.1" +agp = "9.3.1" androidx-activityCompose = "1.13.0" androidx-appcompat = "1.7.1" androidx-core = "1.19.0" @@ -8,11 +8,11 @@ androidx-test-core = "1.7.0" androidx-test-runner = "1.7.0" androidx-test-rules = "1.7.0" # Note: conscrypt is only used for instrumented tests. This version is not propgated to dependent projects. -conscrypt = "2.6.0" +conscrypt = "2.6.1" compose-bom = "2026.06.01" dokka = "2.2.0" junit = "4.13.2" -kotlin = "2.4.0" +kotlin = "2.4.10" kotlin-coroutines = "1.11.0" mockk = "1.14.11" okhttp = "5.4.0"