From 89b02593fc098fd829af262acae6cdc5c6073cd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:55:10 +0000 Subject: [PATCH] Bump the ivy-di group with 3 updates Bumps the ivy-di group with 3 updates: [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin.multiplatform](https://github.com/JetBrains/kotlin) and com.android.library. Updates `org.jetbrains.kotlin:kotlin-test` from 2.0.0 to 2.0.20 - [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.0.0...v2.0.20) Updates `org.jetbrains.kotlin.multiplatform` from 2.0.0 to 2.0.20 - [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.0.0...v2.0.20) Updates `com.android.library` from 8.3.0 to 8.5.2 Updates `org.jetbrains.kotlin.multiplatform` from 2.0.0 to 2.0.20 - [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.0.0...v2.0.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ivy-di - dependency-name: org.jetbrains.kotlin.multiplatform dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ivy-di - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ivy-di - dependency-name: org.jetbrains.kotlin.multiplatform dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ivy-di ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e377721..5eab996 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -agp = "8.3.0" -kotlin = "2.0.0" +agp = "8.5.2" +kotlin = "2.0.20" android-minSdk = "24" android-compileSdk = "34" kotest = "5.9.1"