From 7a2bf261f8cf44d3b4fcfbb4b2d1f395bf95781f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 11:35:30 +0000 Subject: [PATCH] Bump kotlin from 1.8.10 to 1.8.21 Bumps `kotlin` from 1.8.10 to 1.8.21. Updates `org.jetbrains.kotlin.android` from 1.8.10 to 1.8.21 - [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.8.10...v1.8.21) Updates `org.jetbrains.kotlin.kapt` from 1.8.10 to 1.8.21 - [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.8.10...v1.8.21) Updates `org.jetbrains.kotlin.plugin.serialization` from 1.8.10 to 1.8.21 - [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.8.10...v1.8.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.kapt dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index df9f1202..fa449c5e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ google-service-plugin = "4.3.15" hilt = "2.45" hilt-navigation-compose = "1.0.0" junit = "4.13.2" -kotlin = "1.8.10" +kotlin = "1.8.21" kotlin-kapt = "1.7.0" kotlinx-coroutines = "1.6.4" kotlinx-datetime = "0.4.0"