From b023e1feb01ac4f31213d1dec3ab4cb6584b4882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 03:13:40 +0000 Subject: [PATCH] Bump kotlin_version from 1.5.10 to 1.7.10 Bumps `kotlin_version` from 1.5.10 to 1.7.10. Updates `kotlin-gradle-plugin` from 1.5.10 to 1.7.10 - [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) Updates `kotlin-stdlib` from 1.5.10 to 1.7.10 - [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 - 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 dd66c75..d5a7301 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply from: 'https://raw.githubusercontent.com/ligi/gradle-common/master/version buildscript { ext { - kotlin_version = '1.5.10' + kotlin_version = '1.7.10' khex_version = '1.1.2' jupiter_version = '5.7.2' }