From cd508c52c433c31d65dc7ab8bd415708e870765f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 05:02:46 +0000 Subject: [PATCH] build(deps): bump kotlin-gradle-plugin in /mobileapp Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.10 to 1.7.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/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mobileapp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobileapp/build.gradle b/mobileapp/build.gradle index 37a97d8..378f11a 100644 --- a/mobileapp/build.gradle +++ b/mobileapp/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = "1.5.10" + ext.kotlin_version = "1.7.21" repositories { google() jcenter()