From 70d07d8f238abefb95f617c551f81b770a8cb9ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 13:17:56 +0000 Subject: [PATCH] Bump kotlin_version from 1.8.22 to 1.9.22 Bumps `kotlin_version` from 1.8.22 to 1.9.22. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.8.22 to 1.9.22 - [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.22...v1.9.22) Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.8.22 to 1.9.22 - [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.22...v1.9.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7a8eb5099b..90df9e3c09 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { androidPluginVersion = '8.2.2' appCompatVersion = '1.6.1' jacoco_version = '0.8.11' - kotlin_version = '1.8.22' + kotlin_version = '1.9.22' androidxTestVersion = "1.5.0" daggerVersion = "2.50" markwonVersion = "4.6.2"