From acfcfea15f99e547f305355d4a4227e1280f2fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 08:59:19 +0200 Subject: [PATCH] Bump the kotlin-compose group with 2 updates (#150) Bumps the kotlin-compose group with 2 updates: androidx.compose.compiler:compiler and [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin). Updates `androidx.compose.compiler:compiler` from 1.5.12 to 1.5.14 Updates `org.jetbrains.kotlin.android` from 1.9.23 to 1.9.24 - [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/v1.9.23...v1.9.24) --- updated-dependencies: - dependency-name: androidx.compose.compiler:compiler dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin-compose - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin-compose ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 660c604..c3f6501 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ composeVersion = "1.6.7" android-annotation = "androidx.annotation:annotation:1.8.0" android-compose-runtime = { module = "androidx.compose.runtime:runtime", version.ref = "composeVersion" } android-compose-ui = { module = "androidx.compose.ui:ui", version.ref = "composeVersion" } -tools-android-compose = "androidx.compose.compiler:compiler:1.5.12" +tools-android-compose = "androidx.compose.compiler:compiler:1.5.14" test-junit = "junit:junit:4.13.2" test-assertj = "org.assertj:assertj-core:3.25.3" test-mockito = "org.mockito:mockito-core:5.12.0" @@ -19,4 +19,4 @@ android-compose = ["android-compose-runtime", "android-compose-ui"] [plugins] androidGradlePlugin = "com.android.library:8.4.0" -kotlin = "org.jetbrains.kotlin.android:1.9.23" +kotlin = "org.jetbrains.kotlin.android:1.9.24"