From 46ed2ec3773a33587f0b5b1cb82f57c84ca69a71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 17:17:38 +0000 Subject: [PATCH] Bump jvm from 1.7.22 to 1.8.10 Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.7.22 to 1.8.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.22...v1.8.10) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- runtime/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/build.gradle.kts b/runtime/build.gradle.kts index f6eca13..ee0f385 100644 --- a/runtime/build.gradle.kts +++ b/runtime/build.gradle.kts @@ -1,7 +1,7 @@ plugins { java `maven-publish` - kotlin("jvm") version "1.7.22" + kotlin("jvm") version "1.8.10" } val mpsVersion: String by project