From 80c0d8c278dff11a4905c54834efd6f51e19a0d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 02:25:39 +0000 Subject: [PATCH] Build(deps): Bump org.jetbrains.kotlin:kotlin-bom from 1.8.22 to 1.9.10 Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 1.8.22 to 1.9.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.22...v1.9.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle b/sample/build.gradle index a3f9b5b9..23f0b4a4 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -31,7 +31,7 @@ android { dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3' - implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.22")) + implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.10")) implementation project(path: ':lib') implementation 'androidx.appcompat:appcompat:1.6.1'