From 2ef30f3e55b83cef59c4bb4540c4782e27330055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 21:59:46 +0000 Subject: [PATCH] build(deps): Bump jvm from 1.8.0 to 1.8.10 in /api-editor Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.0 to 1.8.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: jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api-editor/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-editor/build.gradle.kts b/api-editor/build.gradle.kts index f194a567f..ac154038d 100644 --- a/api-editor/build.gradle.kts +++ b/api-editor/build.gradle.kts @@ -5,7 +5,7 @@ plugins { id("org.jetbrains.kotlinx.kover") version "0.6.1" // Pin versions for subprojects - kotlin("jvm") version "1.8.0" apply false + kotlin("jvm") version "1.8.10" apply false kotlin("plugin.serialization") version "1.8.10" apply false id("com.github.johnrengelman.shadow") version "8.1.0" apply false id("com.github.node-gradle.node") version "3.5.1" apply false