From 5132b010c36d7085e6b884dbc1ca7640374cf568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 03:04:14 +0000 Subject: [PATCH] Bump kotlin_version from 1.5.10 to 1.8.0 Bumps `kotlin_version` from 1.5.10 to 1.8.0. Updates `kotlin-gradle-plugin` from 1.5.10 to 1.8.0 - [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.5.10...v1.8.0) Updates `kotlin-stdlib` from 1.5.10 to 1.8.0 - [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.5.10...v1.8.0) --- 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..cdd154e 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.8.0' khex_version = '1.1.2' jupiter_version = '5.7.2' }